0.51.0
What's Changed
- Added: Escaping
sendfromEffect.runand 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
Sendtype has been moved to be nested in theEffecttype and should no longer take precedence over theSendableprotocol in autocomplete (thanks @tgrapperon, #1911). - Changed:
WithViewStorenow conforms toView(#1910). - Fixed: Fix some Xcode 14.3 / sendability checking warnings (#1920).
New Contributors
- @kabiroberai made their first contribution in #1900
Full Changelog: 0.50.3...0.51.0