Skip to content

v0.9.0

Latest

Choose a tag to compare

@pi0 pi0 released this 02 Jul 22:32

compare changes

🚀 Enhancements

  • Add route pattern overlap utilities (#183) (docs)
  • Add regExpToRoute() to convert PCRE regex back to route pattern (#188) (docs)

🩹 Fixes

  • regexp: Compile trailing optional groups inline for PCRE2 compatibility (#185)
  • Align findAllRoutes with findRoute & compiled matchAll (#184, #186)
  • Order findAllRoutes same-node siblings by specificity (#187)
  • regexp: Keep literal dots inside regex constraints verbatim (baf2c87)