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