Skip to content

0.2.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ben-G Ben-G released this 20 Mar 21:19
· 91 commits to master since this 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