github pointfreeco/swift-composable-architecture 1.5.0

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

What's Changed

  • Added: A new Store.scope method that takes a state key path and action case key path (#2527). This method uses the hashability of key paths to cache scoped child stores in the parent, improving the performance of store scoping, especially when SwiftUI views are recomputed.

    See the migration guide for more info.

  • Added: DependenciesMacros is now automatically exported, making @DependencyClient available by default when importing the Composable Architecture (thanks @tgrapperon, #2586).

  • Infrastructure: Fixed links in the migration guide (thanks @woxtu, #2578).

Full Changelog: 1.4.2...1.5.0

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

NewReleases is sending notifications on new releases.