Skip to content

Releases: delvedor/find-my-way

v1.10.2

02 Mar 21:43
Compare
Choose a tag to compare
  • Fix issue looking up routes that don't exist - #65
  • Optimized existence checks - #66

v1.10.1

01 Feb 14:03
Compare
Choose a tag to compare
  • Fixed defining static route after parametric route - #49 #57

v1.10.0

28 Jan 13:58
Compare
Choose a tag to compare
  • Added maxParamLength option - #54

v1.9.1

23 Jan 11:42
Compare
Choose a tag to compare
  • Improve error message when route is already declared - #52
  • Fix router.on() parameter validation - #53

v1.9.0

18 Jan 17:11
Compare
Choose a tag to compare
  • Add support for ignoring trailing slashes - #50

v1.8.2

21 Dec 16:26
Compare
Choose a tag to compare
  • Fixed child wildcard handling - #46 #47

v1.8.1

05 Dec 10:18
Compare
Choose a tag to compare
  • Fixed static and parametric routes that fails if they have a common prefix - #44 #45

v1.8.0

17 Nov 21:16
Compare
Choose a tag to compare
  • Added .off and .reset API - #40 #43

v1.7.1

23 Oct 13:42
Compare
Choose a tag to compare
  • Fixed wrong params object reference - #38

v1.7.0

12 Oct 08:24
Compare
Choose a tag to compare
  • Refactored find algorithm - #34
  • Handled wildcard edge cases - #34