github pointfreeco/swift-composable-architecture 0.23.0

latest releases: 1.15.0, 1.14.0, 1.13.1...
3 years ago
  • Added: support for concurrency-powered APIs like SwiftUI's View.refreshable() via ViewStore.send(_:while:) and ViewStore.suspend(while:), which will suspend the current task while a predicate is true.
  • Bug fixed: IfLetStore should never re-render its initial state when its state goes nil (thanks @ollitapa).
  • Bug fixed: Effect.throttle is now synchronized, eliminating potential data races (thanks @p4checo).
  • Infrastructure: documentation cleanup (thanks @konomae).

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

NewReleases is sending notifications on new releases.