Releases: johnpatrickmorgan/TCACoordinators
Releases · johnpatrickmorgan/TCACoordinators
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.
v0.6.0
v0.5.0
v0.4.0
v0.3.0
- Updates library code and examples to use TCA's new ReducerProtocol.
- Simplifies the API a little.
v0.2.0
v0.1.2
- Avoids unnecessary re-renders in TCARouter (#20) (Thanks to @dannyhertz)
- Adds MIT licence (#15)