Skip to content

0.5.2

Compare
Choose a tag to compare
@Qata Qata released this 15 Oct 06:35
· 101 commits to master since this release

Breaking API Changes:

  • Reducer is now a protocol with two interoperable default implementations: PureReducer and MutatingReducer.
  • Store now requires a Scheduler for its events.

API Changes:

  • Changed state to @Published.
  • Added the StoreTransform wrapper type.
  • Added the lensing(_:) function to allow Store to be windowed via the new StoreTransform wrapper type.