github pointfreeco/swift-composable-architecture 0.51.0

latest releases: 1.15.0, 1.14.0, 1.13.1...
19 months ago

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

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.