New
1.23.0
What's Changed
- Added: Support for naming tasks in
Effect.run(thanks @aregler, https://github.com/pointfreeco/swift-composable-architecture/pull/3784). - Fixed: Addressed a 1.21.0 regression affecting the observation of child stores as they go
nil(https://github.com/pointfreeco/swift-composable-architecture/pull/3796). - Fixed: Hard-deprecate
@Reducer(state: .equatable), etc. (https://github.com/pointfreeco/swift-composable-architecture/pull/3794). - Fixed: Eliminate synchronous main thread dispatches where not needed to avoid potential deadlocks (https://github.com/pointfreeco/swift-composable-architecture/pull/3788).
- Infrastructure: Docs fixes (thanks @terry-koo, https://github.com/pointfreeco/swift-composable-architecture/pull/3782; @seosieve, https://github.com/pointfreeco/swift-composable-architecture/pull/3778; @larryonoff, https://github.com/pointfreeco/swift-composable-architecture/pull/3792; https://github.com/pointfreeco/swift-composable-architecture/pull/3791).
New Contributors
- @terry-koo made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3782
- @aregler made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3784
- @seosieve made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3778
Full Changelog: https://github.com/pointfreeco/swift-composable-architecture/compare/1.22.3...1.23.0