Skip to content

1.4.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 13 Nov 21:07
· 398 commits to main since this release
57e804f

What's Changed

See Migrating to 1.4 for more details.

  • 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