Releases: yahoo/routr
Releases · yahoo/routr
v3.0.1
v3.0.0
See CHANGELOG for 3.0.0 changes - https://github.com/yahoo/routr/blob/master/CHANGELOG.md#300
v2.3.0
Reverted changes from 2.2.0 release
v2.2.0
This was an invalid publish of breaking changes, do not use this release, please use 2.3.0.
v2.1.4
- 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
Enhance makePath for routes with path array
Bug fix: Add support for question marks in hash fragments
Fix decodeURIComponent of undefined bug
Support array paths with parameter name collisions
Remove reverend in favor of path-to-regexp.compile for makePath()
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