Releases: shnhrrsn/SHNUrlRouter
Releases · shnhrrsn/SHNUrlRouter
2.0.0
- Refactored project internally
UrlRouter
and friends are now structs, so declarations will need to be adjusted to bevar
instead oflet
- Route aliases are dropped to confusion on where they would be executed in the match chain. (NOTE: This does not affect parameter aliases, which are still present and unchanged)