Skip to content

v0.8.0

Compare
Choose a tag to compare
@StevenLambion StevenLambion released this 02 Aug 03:00
· 225 commits to master since this release
e76c7ae

Changes

  • Reimplemented property wrapper API now that environment objects are working correctly.
  • Renamed the modifyAction(_:) method to onAction(perform:) to better match the SwiftUI API.
  • An ActionDispatcher no longer returns a publisher when sending an action to simply the API.

Added

  • Connectable and ParameterizedConnectable protocols to replace the Connector API.
  • @MappedState property wrapper to bind a mapped state to a view.
  • @MappedDispatch property wrapper to bind an action dispatcher to a view.

Deprecated

  • Connector API in favor of Connectable