Skip to content

aurelia-router v0.7.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 09 Apr 06:14
· 637 commits to master since this release

Bug Fixes

  • all: update compiler, core-js and pipeline (f86d6dbc)
  • app-router: throw a more helpful error when a pipeline step fails to return a result (0f1eda20)
  • router:
    • add basic route config validation (87741b2c)
    • require dynamic routes to specify href when adding to navigation (c95be190, closes #59)
  • shouldContinue: typo change value to output (1f023a16)

Features

  • router:
    • add methods for checking if a router has a named route (aa465649)
    • support generating absolute paths (aa78cc3d)
    • delegate to parent when asked to generate an unknown route (9dd556ff)