Releases: johnpatrickmorgan/TCACoordinators
Releases · johnpatrickmorgan/TCACoordinators
v0.13.0
- Prepares for Swift 6 compatibility (Thanks @RomanPodymov!)
0.12.1
- Adds conditional Hashable conformance to Route.
0.12.0
v0.11.1
- Constrains TCA version to < 0.19.0 (Thanks @RomanPodymov!)
v0.11.0
v0.10.0
v0.9.0
- Brings APIs more in-line with TCA, allowing store scoping with keypaths (thanks @rhysm94!). This is a breaking change - please see migration docs for how to update from previous versions.
v0.8.0
- Adds support for TCA v1.5.0. (Thanks @mschonvogel!)
v0.6.1
- Ensures that
TCARouter
does not over-observe state. Resolves an issue where pull-to-refresh would not work properly (#57), and improves performance. (Thanks @heoblitz!) - Ensures that
TCARouter
does not under-observe state. Resolves an issue where navigating back after a state change could reset
the previous screen to its state before pushing.