Skip to content

0.10

Latest
Compare
Choose a tag to compare
@hallski hallski released this 28 Mar 22:20
· 9 commits to master since this release
  • API change: Add a stop parameter to reduce block instead of returning a wrapped value. This makes the API clearer and implementation easier to follow.
  • API change: Renamed MOGMapBlock and MOGReduceBlock to MOGMapFunc and MOGReduceFunc.
  • API addition: MOGSimpleReducer a convenience function to create a MOGReducer with only a MOGReduceFunc.
  • API addition: Add mog_map: and mog_filter: to NSArray.
  • API addition: Add MOGValueTransformer to create a map func that applies a transformation to each value passed.