Skip to content

0.3.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 27 May 17:29
· 47 commits to master since this release
1005bbd
  • Added: reducers can now be instrumented with signposts using the signposts higher-order reducer.
  • Changed: debugged reducers will now omit printing state when no state changes.
  • Bug fixed: several bugs around automatically synthesized mutating methods on IdentifiedArray, including replaceSubrange and sort (thanks @peterkovacs).
  • Bug fixed: chaining multiple cancellable calls onto a single effect with the same identifier no longer crashes.
  • Infrastructure: better support for iPad in the demo apps.
  • Infrastructure: cleaned up location manager app annotation behavior (thanks @kaandedeoglu).