Releases: sanic-org/sanic-routing
Releases · sanic-org/sanic-routing
Version 0.6.1
#25 Resolve double colon in segment
Version 0.6.0
#24 Introduce RouteGroup
and require every route definition to generate a unique Route
instance
Version 0.5.2
#22 Fixes a use case where non-strict routes need to raise NotFound
early
Version 0.5.1
#21 Improvements:
- default
NotFound
cascading toFalse
, but overridable:cascade_not_found=True
- Regex matching is precompiled at startup
- Order regex matching by prioritizing more specific paths over more general
Version 0.5.0
Version 0.4.3
Rerelease of 0.4.2
Version 0.4.2
#13 Resolve depth bug
Version 0.4.1
Add support for A-Z0-9
in path parameters
Version 0.4.0
Allows for overloading static to dynamic and dynamic to static
Version 0.3.2
v0.3.2 Add route labels