Skip to content

0.3.0

Compare
Choose a tag to compare
@mluisbrown mluisbrown released this 01 Jun 12:46
· 742 commits to master since this release

This is the first release of this fork, which has uses ReactiveSwift instead of Combine for the Effect type.

  • All library and example projects build and run correctly and all tests (including examples) are also passing.
  • Documentation and README has been amended to reflect ReactiveSwift usage.

From the upstream 0.3.0 release:

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