| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.25.3 source code.tar.gz | 2026-03-27 | 23.9 MB | |
| 1.25.3 source code.zip | 2026-03-27 | 24.7 MB | |
| README.md | 2026-03-27 | 1.4 kB | |
| Totals: 3 Items | 48.6 MB | 2 | |
What's Changed
- Fixed: Bump swift-navigation to 2.7.0 (thanks @jagreenwood, https://github.com/pointfreeco/swift-composable-architecture/pull/3889).
- Fixed: Add missing access modifier to
CaseScope.AllCasePathsproperties (thanks @sumac13, https://github.com/pointfreeco/swift-composable-architecture/pull/3898). - Deprecations: Un-trait deprecate
Effect(https://github.com/pointfreeco/swift-composable-architecture/pull/3890). There's no longer a need to pre-migrateEffectcode for 2.0. - Deprecations: Add
ComposableArchitecture2DeprecationOverloadstrait for deprecated APIs that are overloaded and may strain the compiler when left enabled (https://github.com/pointfreeco/swift-composable-architecture/pull/3891). - Deprecations: Trait-deprecate
store.send(_:animation:)(https://github.com/pointfreeco/swift-composable-architecture/pull/3903). - Deprecations: Update 1.25 migration guide for how to handle enum alerts (https://github.com/pointfreeco/swift-composable-architecture/pull/3904).
New Contributors
- @jagreenwood made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3889
- @sumac13 made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3898
Full Changelog: https://github.com/pointfreeco/swift-composable-architecture/compare/1.25.2...1.25.3