What's Changed
- Changed: Prerelease 1.0 has been merged into this release (#1929). It includes numerous deprecations to help folks prepare for 1.0.
- Changed:
BindingAction
's custom dump format now abbreviates its value (#2315). - Added:
Store.publisher
as an alternate toViewStore.publisher
(#2330). - Fixed: Use Concurrency Extras'
Task.cancellableValue
instead of redefining it (thanks @Ryu0118, #2310). - Fixed:
TestStore.init(initialState:reducer:prepareDependencies:file:line:)
deprecation suggestion has been corrected (thanks @Ryu0118, #2313). - Fixed: Update
Store.send(_ action:)
to returnStoreTask
(thanks @hj56775, #2323). - Infrastructure: Remove unneeded
await
s from tests (thanks @Ryu0118, #2312). - Infrastructure: Fixed typo in
withTaskCancellation
's debounce documentation (thanks @brzzdev, #2319).
Full Changelog: 0.56.0...0.57.0