Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.03 KB

master

Enhancements
  • added -reduce method on NSArray and NSSet
Bug Fixes
  • 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.

1.1.1

Bug Fixes
  • Array range accesors with backwards range (e.g. array[@"0..-2"])

1.1.0

Enhancements

1.0.0

  • 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.