Skip to content

Releases: aurelia/route-recognizer

aurelia-route-recognizer v0.7.0

04 Sep 20:44
Compare
Choose a tag to compare

Bug Fixes

  • build: update linting, testing and tools (f49bf0d3)

Features

  • docs: generate api.json from .d.ts file (e5441c97)
  • route-recognizer: use query string helpers from aurelia-path (a96f5a0f)

aurelia-route-recognizer v0.6.2

14 Aug 06:31
Compare
Choose a tag to compare

Bug Fixes

  • route-recognizer: Use correct import for core-js We were previously using `import core from core-j (d37d1687)

Features

aurelia-route-recognizer v0.6.1

30 Jul 00:32
Compare
Choose a tag to compare
  • improve output file name

aurelia-route-recognizer v0.6.0

02 Jul 05:16
Compare
Choose a tag to compare

Bug Fixes

  • package: update aurelia tools and dts generator (1786cd45)
  • tests: correct import source (dbb913c9)

Features

  • all: working on improving d.ts generation (60b547a8)
  • build:

aurelia-route-recognizer v0.5.0

09 Jun 00:51
Compare
Choose a tag to compare

Features

  • route-recognizer: don't encode '$' in query string keys (b7aca7fd)

aurelia-route-recognizer v0.4.0

30 Apr 22:54
Compare
Choose a tag to compare
  • all: update compilation process

aurelia-route-recognizer v0.3.0

09 Apr 06:03
Compare
Choose a tag to compare

Bug Fixes

  • all: update compiler (6f834b02)
  • route-recognizer:
    • 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)

Features

  • route-recognizer:
    • return the registered state from add (293d8417)
    • automatically add unused route generation params to the query string (c3c8a3e7, closes #3)

aurelia-route-recognizer v0.2.4

28 Feb 22:06
Compare
Choose a tag to compare

Bug Fixes

  • package: change jspm directories (43b094ce)

aurelia-route-recognizer v0.2.3

28 Feb 05:11
Compare
Choose a tag to compare

Bug Fixes

  • build: add missing bower bump (600b7409)

aurelia-route-recognizer v0.2.2

22 Jan 07:57
Compare
Choose a tag to compare