- added
-reduce
method on NSArray and NSSet
- NSMutableArray -keepIf was mutating the collection while iterating
- !!BREAKING
-map
on NSArray now puts NSNulls if the block returns nil - !!BREAKING
-map
on NSSet doesn't blow up if the block returns nil.
- Array range accesors with backwards range (e.g. array[@"0..-2"])
until
keyword, and improvedunless
(it allows you to pass args) | C0deH4cker #61- Force the library to load under ARC | mickeyreiss #62
-
The library is stable, warning-less and production-ready
-
Thanks everybody for contributing and all the great PRs. Since the library is stable enough and we almost never had to fix things, it's time to release 1.0.
-
Documentation could be better, and we encourage you to write some. Thanks @orta for initiating that.