Skip to content

v0.0.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Oct 00:25

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)