Releases: ReSwift/ReSwift-Router
Releases · ReSwift/ReSwift-Router
0.2.5
API Changes:
- ReSwift-Router now uses the new substate selection API when subscribing to a store. As a result, the
HasNavigationState
protocol has been removed. This change also allows an app to have multiple routers. - @Ben-G
0.2.4
API Changes:
- Due to the new requirement in ReSwift, that top level reducers need to be able to take an empty application state and return a hydrated one,
NavigationReducer
is no longer a top-level reducer. You now need to call it from within your app reducer. Refer to the docs for more details. - @Ben-G
Other:
- Drop iOS Deployment target to 8.0 - @Ben-G
- Add Support for watchOS, tvOS, OSX - @Ben-G
- Documentation updates - @Ben-G
0.2.3
Swift-Flow-Router is now ReSwift-Router.
0.2.2
Updates Swift Flow Router to work with Swift Flow 0.2.2.