Releases: ReSwift/ReSwift-Router
Releases · ReSwift/ReSwift-Router
0.7.1
0.7.0
Breaking API Changes:
-
Remove use of
StandardAction
andStandardActionConvertible
(#82) - @hlineholm- Removes the compatibility of this with
ReSwift-Recorder
, which itself is being deprecated. - Ensures compatibility with latest versions of
ReSwift
which have removed these types.
- Removes the compatibility of this with
-
Renamed argument labels for modern Swift conformance (#116) - @TaeJoongYoon
- Renamed
routingActionsForTransitionFrom(_ oldRoute:,newRoute:)
method toroutingActionsForTransition(from oldRoute:,to newRoute:)
- Renamed
routableIndexForRouteSegment(_ segment:)
method toroutableIndex(for segment:)
- Renamed
Other:
- Update to Swift 5 -- @djtech42
- Update to ReSwift 5.0.0 and fix project setup for SwiftPM & Carthage (#115, #124) - @djtech42, @DivineDominion
0.6.0
0.5.1
0.5.0
0.4.0 (Swift 3.0 Release)
This version supports Swift 3 for Swift 2.2 support use an earlier release.
Released: 09/21/2016
- Swift 3 Migration - @Ben-G
- Documentation Fix - @excitedhoney