Skip to content

Releases: bnickel/bite-objc

0.3.0 - Bite into it

08 Jan 22:13
Compare
Choose a tag to compare

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

10 Jun 19:20
Compare
Choose a tag to compare

Added some more operations:

  • and: and andObject: for concatenating two bites.
  • until:, untilWithPredicate:, and untilWithFormat: for stopping at a condition.
  • count for when you don't actually need the items.
  • NSPredicate versions of any: and all:.
  • last: to complement first:.
  • foldLeft:func:, foldRight:func:, reduceLeft:, and reduceRight: because just one mode of reduction isn't enough.

Initial release

20 May 22:00
Compare
Choose a tag to compare
0.1.0

Fixed readme.