Skip to content

Releases: ReSwift/ReSwift-Router

0.2.5

23 Feb 02:58
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

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

23 Jan 22:51
Compare
Choose a tag to compare
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:

  • Drop iOS Deployment target to 8.0 - @Ben-G
  • Add Support for watchOS, tvOS, OSX - @Ben-G
  • Documentation updates - @Ben-G

0.2.3

23 Jan 22:51
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Swift-Flow-Router is now ReSwift-Router.

0.2.2

16 Jan 03:32
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Updates Swift Flow Router to work with Swift Flow 0.2.2.

v0.1

15 Dec 08:32
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Initial Commit