Changelog
0.0.10 (2025-03-17)
Features
- improve match params (f4eeb4d)
0.0.9 (2025-03-15)
Features
- create new implementation based on fsm (1548ddb)
- move calculate score to parser (5421581)
- remove old implementation (c2c3d60)
0.0.8 (2024-11-06)
Features
- move capturing groups to parser (2ad44fb)
0.0.7 (2024-10-30)
Features
- add support ignore case option (bb99d9f)
- implement test method for PathPattern (1efc5c2)
- init repository (3e46283)
- rename method from match to exec (094f13e)
- support multiple param with same name (acdcb14)
Bug Fixes
- add backtrack protection (efb78fc)
- escape slash in default pattern (7381384)
- export PathPatternOptions (cb68bf8)
- improve match for corner cases (2d79795)
- set correct value for empty repeatable param (79550b5)
- use constant in path pattern (559dc07)
- use non-greedy quantifier for repeatable segments (34e51ef)