github pointfreeco/swift-composable-architecture 0.57.0

latest releases: 1.15.0, 1.14.0, 1.13.1...
13 months ago

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

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.