Skip to content

Releases: ReSwift/ReSwift-Router

0.7.1

31 Jul 15:50
Compare
Choose a tag to compare

Fixes outdated Carthage.resolved. Now all package managers are on par again.

0.7.0

31 Jul 14:20
b08ee2f
Compare
Choose a tag to compare

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:

0.6.0

01 Oct 20:14
Compare
Choose a tag to compare
Work around Nimble/Carthage Issue

0.5.1

01 Oct 20:14
Compare
Choose a tag to compare
[Release] 0.5.1

0.5.0

24 Nov 16:21
Compare
Choose a tag to compare

Released: 11/24/2016

Other:

0.4.0 (Swift 3.0 Release)

21 Sep 16:33
Compare
Choose a tag to compare
Pre-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

0.3.1

16 Jul 21:15
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Released: 07/16/2016

Fixes:

Expose RouteHash initializer publicly - @Ben-G

0.3.0

30 Jun 15:11
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Released: 06/28/2016

Other:

  • Update syntax to Swift 2.3 - @mjarvis
  • Update to ReSwift 2.0.0 - @Ben-G

0.2.7 Make Carthage Work Again

24 Mar 05:00
Compare
Choose a tag to compare
Pre-release

Fixes:

Fix issue when checking out with Carthage (#20) - @Ben-G

0.2.6

20 Mar 21:19
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

API Changes:

  • Provide route action that allows chosing between animated and un-animated route changes - @Ben-G
  • Provide API for setting associated data for a certain route. This enables passing state information to subroutes - @Ben-G

Other::

  • Update ReSwift Dependency to 1.0 - @Ben-G
  • Use a symbolic breakpoint in place of an assertionFailure for handling a stuck router - @Ben-G
  • Documentation Fix - @jschmid