mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
29 lines
887 B
Markdown
29 lines
887 B
Markdown
# Migration guides
|
|
|
|
Learn how to upgrade your application to the newest version of the Composable Architecture.
|
|
|
|
## Overview
|
|
|
|
The Composable Architecture is under constant development, and we are always looking for ways to
|
|
simplify the library, and make it more powerful. As such, we often need to deprecate certain APIs
|
|
in favor of newer ones. We recommend people update their code as quickly as possible to the newest
|
|
APIs, and these guides contain tips to do so.
|
|
|
|
> Important: Before following any particular migration guide be sure you have followed all the
|
|
> preceding migration guides.
|
|
|
|
## Topics
|
|
|
|
- <doc:MigratingTo1.15>
|
|
- <doc:MigratingTo1.14>
|
|
- <doc:MigratingTo1.13>
|
|
- <doc:MigratingTo1.12>
|
|
- <doc:MigratingTo1.11>
|
|
- <doc:MigratingTo1.10>
|
|
- <doc:MigratingTo1.9>
|
|
- <doc:MigratingTo1.8>
|
|
- <doc:MigratingTo1.7>
|
|
- <doc:MigratingTo1.6>
|
|
- <doc:MigratingTo1.5>
|
|
- <doc:MigratingTo1.4>
|