Version 0.5.0
Pre-release
Pre-release
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
.