Skip to content

v1.1.0

Compare
Choose a tag to compare
@StevenLambion StevenLambion released this 11 Apr 20:04
· 67 commits to master since this release
855f294

Changed

  • Loosened the adherence to StateType at the Store level. #36
  • Simplified ActionDispatcher API by moving the proxy functionality to OnActionViewModifier. #32
  • Provided a more consistent Store API between reducers and middleware. #33
  • ActionDispatcher can now be called as a function. #32
  • MappedDispatch injects an ActionDispatcher instead of a function. #32
  • Modified the implementation of action plans to make it easier to include 3rd party ones. #36

Added

  • Added ActionBinding<> to replace the Equatable extension on Binding<>. #30

Removed

  • onAppearAsync and onDisappearAsync. #36