1.4.0
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 anEquatable
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
- @lukaskubanek made their first contribution in #2545
Full Changelog: 1.3.0...1.4.0