Skip to content

0.33.0

Compare
Choose a tag to compare
@STRML STRML released this 08 Dec 01:11
· 59 commits to master since this release
503706e
  • Possibly breaking changes to callbacks:
    • onNavigation and onBeforeNavigation is now called on all routers.
      • This fixes #95
    • Arity change in callbacks: now (path, navigation, match) from (path, navigation).
      • The trailing match parameter was added to better track subrouter matches.
      • navigation will no longer contain a match attribute, which was a singleton and thus
        could not be unique when using multiple routers.