Skip to content

Releases: aurelia/route-recognizer

1.0.0-beta.2.0.0

13 Jun 19:28
Compare
Choose a tag to compare
  • mega build update

1.0.0-beta.1.2.1

10 May 18:23
Compare
Choose a tag to compare

Bug Fixes

  • route-recognizer: route recognizer is case insensitive by default (d89cde4c)

1.0.0-beta.1.2.0

23 Mar 03:34
Compare
Choose a tag to compare

1.0.0-beta.1.2.0 (2016-03-22)

  • Update to Babel 6

aurelia-route-recognizer 1.0.0-beta.1.1.3

02 Mar 18:32
Compare
Choose a tag to compare

Bug Fixes

aurelia-route-recognizer 1.0.0-beta.1.1.2

01 Mar 06:53
Compare
Choose a tag to compare

Bug Fixes

Features

  • route-recognizer: Support multiple names per route (6b5637d2)

aurelia-route-recognizer 1.0.0-beta.1.1.1

08 Feb 19:25
Compare
Choose a tag to compare
  • fixup jspm/npm package data

aurelia-route-recognizer 1.0.0-beta.1.1.0

29 Jan 20:42
Compare
Choose a tag to compare

Features

  • all: update jspm meta; core-js; aurelia deps (59b29532)

aurelia-route-recognizer 1.0.0-beta.1

16 Nov 21:05
Compare
Choose a tag to compare
chore(all): prepare release 1.0.0-beta.1

aurelia-route-recognizer v0.9.0

10 Nov 05:17
Compare
Choose a tag to compare
chore(all): prepare release 0.9.0

aurelia-route-recognizer v0.8.0

13 Oct 08:02
Compare
Choose a tag to compare

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)