Releases: sanic-org/sanic-routing
Releases · sanic-org/sanic-routing
Version 23.12.0
What's Changed
- Add new workflow for deployment by @ahopkins in #75
- Allow for priorities on routes defs by @ahopkins in #76
- Add path argument to NoMethod class by @eric-spitler in #78
New Contributors
- @eric-spitler made their first contribution in #78
Full Changelog: v23.6.0...v23.12.0
Version 23.6.0
Version 22.8.0
Version 22.3.0
What's Changed
- Fixed: change typing on register_pattern by @ahankinson in #57
- [BREAKING] Only match non-empty string by @ahopkins in #58
- Add casting to regex matching by @ahopkins in #52
- Add extension parameter type by @ahopkins in #47
- Add requirements check on regex routes by @ahopkins in #60
- Bump version and 22.3 by @ahopkins in #61
- Update REGEX for file extensions by @ahopkins in #62
New Contributors
- @ahankinson made their first contribution in #57
Full Changelog: v21.12.0...v22.3.0
Version 21.12.0
What's Changed
Full Changelog: v0.7.2...v21.12.0
Version 0.7.2
- #49 Resolve bug where multiple nested
path
endpoints where one of the definitions contains multiple methods resulted in 404
Version 0.7.1
Version 0.7.0
Overhaul of dynamic path generation. Covers a wider array of edge cases including #35.
Version 0.7.0rc1
v0.7.0rc1 Merge branch 'main' of github.com:sanic-org/sanic-router
Version 0.6.2
Resolve bug with final segment being a regex