Skip to content

aurelia-router v0.10.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 02 Jul 06:13
· 576 commits to master since this release

Bug Fixes

  • router:
    • a route with path '/' breaks handleUnknownRoutes (adf30dc6, closes #116)
    • use replaceState when restoring previous locations following nav errors (55196072)
    • include querystring when restoring previous router location (2183ab24)

Features

  • app-router: refactor navigation events to be more consistent (90358136, closes #97)
  • router:
    • restore previous location after exceeding max nav attempts (2e03ca04)
    • use aurelia/logging for error logging (5f378c1a)
    • fail navigations after attempting to execute more than 10 instructions (a1b1c43e, closes #84)

Breaking Changes

  • This changes the names and arguments of the events published by the router during navigation.

fixes #97

(90358136)