Skip to content

v0.9.1

Latest

Choose a tag to compare

@pi0 pi0 released this 07 Jul 17:29

πŸš€ Enhancements

  • Add compareRoutes() util (#191)

πŸ”₯ Performance

  • find: Remove avoidable allocations in dynamic lookup path (e023038)
  • compiler: Faster static, regex, wildcard and matchAll matching (1c51df2)
  • add: Skip escape, group and modifier scans for plain paths (cabbe2d)
  • compiler: Segment switch dispatch, hoisted regexes and narrower length checks (4bc0e3c)

🩹 Fixes

  • compiler: Resolve method-agnostic fallback like runtime (#190)
  • Unify same-node route selection across interpreter and compiled matchers (f09ca03)

πŸ“– Documentation

  • Clarify multi route matching order (236612e)