Skip to content

0.57.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 28 Jul 17:07
· 309 commits to main since this release
db2a55f

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 to ViewStore.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 return StoreTask (thanks @hj56775, #2323).
  • Infrastructure: Remove unneeded awaits from tests (thanks @Ryu0118, #2312).
  • Infrastructure: Fixed typo in withTaskCancellation's debounce documentation (thanks @brzzdev, #2319).

Full Changelog: 0.56.0...0.57.0