github pointfreeco/swift-composable-architecture 1.4.0

latest releases: 1.11.2, 1.11.1, 1.11.0...
7 months ago

What's Changed

  • Added: The @Reducer macro (#2553). See the migration guide for more details.
  • Added: Reducer builder support for any Reducer<State, Action> (#2533).
  • Fixed: Silenced a SwiftUI sendability warning (#2540).
  • Fixed: Alert and confirmation dialog helpers now use Text(verbatim: "") to avoid localization warnings (#2541).
  • Fixed: Reducer.onChange no longer requires an Equatable conformance (thanks @lukaskubanek, #2545).
  • Infrastructure: Updated Swift compiler version to 5.7.1 to follow Apple's policy (thanks @jaesung-0o0, #2549).
  • Fixed: Short circuit equatability of ordered sets when counts don't match (#2556).
  • Infrastructure: Added previews to integration test cases by (#2551)

New Contributors

Full Changelog: 1.3.0...1.4.0

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

NewReleases is sending notifications on new releases.