Releases: delvedor/find-my-way
Releases · delvedor/find-my-way
v1.6.2
- Fix regression issue #17 - #31
- Added url validations - #30
v1.6.1
- Better handling of wildcards - #28 #29
- Handled wildcard inside a node with a static route but with different method - #28 #29
v1.6.0
- Handle multi-parametric route - #27
v1.5.0
- Added support for multiple methods - #23 #24
v1.4.1
- Parametric path resolution - #20 #21
v1.4.0
- Static nodes should be inserted before parametric - #19
v1.3.1
- Call find only one time - #18
- Fix deopt - #18
v1.3.0
- Support for regex in urls - #16
v1.2.1
- Avoid try catch for a 5x speedup - #14
Under Node v8 there is a regression because of the optimization pipeline, see #14 for further information.