0.2.4
Pre-release
Pre-release
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: