Skip to content

Releases: yahoo/routr

v3.0.1

30 Aug 18:38
Compare
Choose a tag to compare

v3.0.0...v3.0.1

v3.0.0

26 Aug 22:05
Compare
Choose a tag to compare

v2.3.0

26 Aug 22:00
Compare
Choose a tag to compare

Reverted changes from 2.2.0 release

v2.2.0

26 Aug 22:01
Compare
Choose a tag to compare

This was an invalid publish of breaking changes, do not use this release, please use 2.3.0.

v2.1.4

21 Jun 17:10
Compare
Choose a tag to compare
  • chore: ignore non-publishable 5886af9
  • chore: add dependabot config 60b93ae
  • chore: upgrade mocha to latest 28d6fb3
  • chore: upgrade eslint to latest be17993
  • refactor: remove debug from dependencies (#95) cc051f1
  • Update .travis.yml f932ca3
  • chore(package): update mocha to version 7.0.1 (#93) bde6819
  • chore(package): update sinon to version 8.0.0 (#92) 561d8fb
  • Update mocha to the latest version 🚀 (#90) 71979d5
  • chore(package): update eslint to version 6.0.0 (#89) 43b6235
  • chore(package): update babel-eslint to version 10.0.2 (#87) f791cdf

v2.1.2...v2.1.4

Enhance makePath for routes with path array

02 Sep 16:49
Compare
Choose a tag to compare

Bug fix: Add support for question marks in hash fragments

12 Jul 00:13
Compare
Choose a tag to compare

Fix decodeURIComponent of undefined bug

26 May 07:49
Compare
Choose a tag to compare

Support array paths with parameter name collisions

24 Jun 21:58
Compare
Choose a tag to compare

Remove reverend in favor of path-to-regexp.compile for makePath()

14 May 17:52
Compare
Choose a tag to compare

Changes in this release only affect internal implementation of makePath(), and should be transparent to routr library users.

[https://github.com//pull/23] - remove reverend in favor of path-to-regexp.compile. Thanks a lot to @jasisk for going out of his way to update for us!
[https://github.com//pull/26] - cache compiled route paths from path-to-regexp.compile