Releases: bnickel/bite-objc
Releases · bnickel/bite-objc
0.3.0 - Bite into it
This version bump is small but long overdue. It features BITE_INTO
which lets you enumerate on a property so something that wasn't enumerable like a linked list becomes so. Useful for getting superviews and parent view controllers. Also a bug fix.
A little more functional
Added some more operations:
and:
andandObject:
for concatenating two bites.until:
,untilWithPredicate:
, anduntilWithFormat:
for stopping at a condition.count
for when you don't actually need the items.- NSPredicate versions of
any:
andall:
. last:
to complementfirst:
.foldLeft:func:
,foldRight:func:
,reduceLeft:
, andreduceRight:
because just one mode of reduction isn't enough.
Initial release
0.1.0 Fixed readme.