Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.22.0 source code.tar.gz | 2025-08-19 | 23.9 MB | |
1.22.0 source code.zip | 2025-08-19 | 24.7 MB | |
README.md | 2025-08-19 | 526 Bytes | |
Totals: 3 Items | 48.6 MB | 0 |
What's Changed
- Added:
@ObservableState
now generates the sameshouldNotifyObservers
functions generated by@Observable
in Swift 6.2, reducing redundant observations (thanks @rcarver, https://github.com/pointfreeco/swift-composable-architecture/pull/3751). - Fixed: Skip
UIBindable
perception checks in hosted view controllers (https://github.com/pointfreeco/swift-composable-architecture/pull/3744).
Full Changelog: https://github.com/pointfreeco/swift-composable-architecture/compare/1.21.1...1.21.2