Skip to content

Version 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@albrow albrow released this 09 Mar 22:58

This version includes an improvement to the regex used for route pattern matching and support for query parameters.

This version is backwards compatible with version 0.4.0.

Big thanks to @jancona for contributing!

Changelog

  • Improved regex for route pattern matching to support various special characters.
  • Added support for query parameters. They are accessible from within rout handlers via Context.QueryParameters.