Skip to content

aurelia-route-recognizer v0.8.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 13 Oct 08:02
· 104 commits to master since this release

Bug Fixes

  • all: update compiler (6f834b02)
  • build:
    • update linting, testing and tools (f49bf0d3)
    • add missing bower bump (600b7409)
  • package:
    • update aurelia tools and dts generator (1786cd45)
    • change jspm directories (43b094ce)
  • route-recognizer:
    • Use correct import for core-js We were previously using `import core from core-j (d37d1687)
    • ensure required route segments are specified when generating (513aeeb7)
    • allow unnamed routes to be registered (240a9e2d)
    • fix bug where array keys were not encoded in querystrings (f5019d95)
    • adjust querystring parsing for several edge cases (10664338)
    • require route names to be specified (a62cd3b8)
    • fix bug preventing uri generation from working (e04351dd)
  • tests: correct import source (dbb913c9)

Features

  • all:
  • build:
    • d.ts building from babel (503776f6)
    • initial work on dts generation (3af59915)
    • update compiler and switch to register module format (8b31d638)
  • docs: generate api.json from .d.ts file (e5441c97)
  • route-recognizer:
    • use query string helpers from aurelia-path (a96f5a0f)
    • don't encode '$' in query string keys (b7aca7fd)
    • return the registered state from add (293d8417)
    • automatically add unused route generation params to the query string (c3c8a3e7, closes #3)