Skip to content

Releases: h3js/rou3

v0.8.1

09 Mar 09:17
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • Support hyphens in route parameter names (8dfaa48)

v0.8.0

09 Mar 08:08
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ Url pattern compatibility (#178) (docs)

🔥 Performance

  • Compiler: check params.length > 0 instead of using a Set to deduplicate static nodes (3575022) (285aa05)

🩹 Fixes

  • hasIf should only be set to true if an if clause was appended before (208262c)

⚠️ Breaking Changes

  • ⚠️ Url pattern compatibility (#178)

❤️ Contributors

v0.7.12

15 Dec 16:42
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • add: Allow escaping : and * using backslash (#175)

v0.7.11

10 Dec 10:29
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • Handle root wildcard routes (#173)

❤️ Contributors

v0.7.10

03 Nov 09:55
@pi0 pi0

Choose a tag to compare

compare changes

🔥 Performance

  • compiler: Eval data once in iot mode (#172)

v0.7.9

27 Oct 11:35
@pi0 pi0

Choose a tag to compare

compare changes

📦 Build

v0.7.8

20 Oct 21:29
@pi0 pi0

Choose a tag to compare

compare changes

🔥 Performance

  • Prefer String.charCodeAt (#170)

🩹 Fixes

  • Match correct regex param (#169)

💅 Refactors

  • Simplify compiler logic (9b7adcb)

📖 Documentation

v0.7.7

01 Oct 11:22
@pi0 pi0

Choose a tag to compare

compare changes

🩹 Fixes

  • addRoute: Always normalize path and method (844776f)

v0.7.6

01 Oct 10:03
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • types: Add InferRouteParams for param extraction (#168)

🔥 Performance

  • compiler: Short circuit when no routes exist (ef3c444)

💅 Refactors

  • compiler: Simplify logic (082f20f)

❤️ Contributors

v0.7.5

17 Sep 14:41
@pi0 pi0

Choose a tag to compare

compare changes

🚀 Enhancements

  • compiler: Support custom data serialize option (c633ed1)