Skip to content

0.51.0

Choose a tag to compare

@stephencelis stephencelis released this 17 Feb 19:36
· 789 commits to main since this release
cd22f6a

What's Changed

  • Added: Escaping send from Effect.run and sending actions to it after the effect has completed now produces runtime warnings (thanks @kabiroberai, #1900).
  • Changed: ReducerProtocol._printChanges() now logs to console for Xcode 14.3 previews (thanks @tgrapperon, #1917).
  • Changed: The Send type has been moved to be nested in the Effect type and should no longer take precedence over the Sendable protocol in autocomplete (thanks @tgrapperon, #1911).
  • Changed: WithViewStore now conforms to View (#1910).
  • Fixed: Fix some Xcode 14.3 / sendability checking warnings (#1920).

New Contributors

Full Changelog: 0.50.3...0.51.0