Skip to content

v0.6.0

Compare
Choose a tag to compare
@CathalMullan CathalMullan released this 27 Oct 14:01
· 104 commits to main since this release

0.6.0 - 2024-10-27

Added

  • Added support for optional groups in routes.
  • Added support for inline wildcards.

Changed

  • Inserts and deletes should be much more efficient now.
  • Syntax for escaping parameters has changed to use the \ character.
  • Route errors now have more consistent error messages.
  • Duplicate route error now shows which route caused the conflict.
  • Added priority ranking to routes.

Removed

  • Optional parameters have been replaced with optional groups.
  • Optional trailing slashes have been replaced with optional groups.