Releases: stenin-nikita/route-peek
Releases · stenin-nikita/route-peek
v0.0.11
Compare
Sorry, something went wrong.
No results found
0.0.11 (2025-05-30)
Features
add id property to route record and matched route (de7d14f )
support matching with trailing slash (a2539bf )
support trailing slash to parser (471ba23 )
Bug Fixes
v0.0.10
Compare
Sorry, something went wrong.
No results found
0.0.10 (2025-03-17)
Features
v0.0.9
Compare
Sorry, something went wrong.
No results found
0.0.9 (2025-03-15)
Features
create new implementation based on fsm (1548ddb )
move calculate score to parser (5421581 )
remove old implementation (c2c3d60 )
v0.0.8
Compare
Sorry, something went wrong.
No results found
0.0.8 (2024-11-06)
Features
move capturing groups to parser (2ad44fb )
v0.0.7
Compare
Sorry, something went wrong.
No results found
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 )