0.33.0
- Possibly breaking changes to callbacks:
onNavigation
andonBeforeNavigation
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 amatch
attribute, which was a singleton and thus
could not be unique when using multiple routers.
- The trailing