Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.19.1 source code.tar.gz | 2025-04-16 | 23.9 MB | |
1.19.1 source code.zip | 2025-04-16 | 24.7 MB | |
README.md | 2025-04-16 | 1.0 kB | |
Totals: 3 Items | 48.6 MB | 0 |
What's Changed
- Fixed: Updated outdated runtime warning text (https://github.com/pointfreeco/swift-composable-architecture/pull/3643).
- Fixed: Invalidate child store subscriptions when child store is invalidated (https://github.com/pointfreeco/swift-composable-architecture/pull/3646). This should improve the performance of applications that scope many child stores.
- Fixed: Support SwiftSyntax 601.0.0 (thanks @jszumski, https://github.com/pointfreeco/swift-composable-architecture/pull/3649).
- Fixed: Remove hashable requirement from
UIPushAction
(https://github.com/pointfreeco/swift-composable-architecture/pull/3652). - Infrastructure: Expose navigation stack helper behind SPI (thanks @Alex293, https://github.com/pointfreeco/swift-composable-architecture/pull/3657).
New Contributors
- @jszumski made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3649
Full Changelog: https://github.com/pointfreeco/swift-composable-architecture/compare/1.19.0...1.19.1