Files
Brandon Williams d631d48c16 Added migration guide for 1.15 (#3390)
* Added migration guide for 1.15

* wip
2024-09-17 08:12:10 -04:00

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>