Skip to content

0.7.0

Compare
Choose a tag to compare
@DivineDominion DivineDominion released this 31 Jul 14:20
· 7 commits to master since this release
b08ee2f

Breaking API Changes:

  • Remove use of StandardAction and StandardActionConvertible (#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.
  • Renamed argument labels for modern Swift conformance (#116) - @TaeJoongYoon

    • Renamed routingActionsForTransitionFrom(_ oldRoute:,newRoute:) method to routingActionsForTransition(from oldRoute:,to newRoute:)
    • Renamed routableIndexForRouteSegment(_ segment:) method to routableIndex(for segment:)

Other: