Skip to content

Releases: sanic-org/sanic-routing

Version 0.6.1

19 Apr 20:09
Compare
Choose a tag to compare

#25 Resolve double colon in segment

Version 0.6.0

19 Apr 18:28
e274b6c
Compare
Choose a tag to compare

#24 Introduce RouteGroup and require every route definition to generate a unique Route instance

Version 0.5.2

06 Apr 09:20
7818338
Compare
Choose a tag to compare

#22 Fixes a use case where non-strict routes need to raise NotFound early

Version 0.5.1

05 Apr 17:37
fca71fe
Compare
Choose a tag to compare

#21 Improvements:

  • default NotFound cascading to False, 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

01 Apr 13:42
ddb3052
Compare
Choose a tag to compare
  • #19 Better runtime output on tree compile error
  • #17 Add additional depth check on typed route

Version 0.4.3

29 Mar 10:01
Compare
Choose a tag to compare

Rerelease of 0.4.2

Version 0.4.2

25 Mar 15:50
Compare
Choose a tag to compare

#13 Resolve depth bug

Version 0.4.1

22 Mar 18:10
Compare
Choose a tag to compare

Add support for A-Z0-9 in path parameters

Version 0.4.0

08 Mar 12:09
967c77f
Compare
Choose a tag to compare

Allows for overloading static to dynamic and dynamic to static

Version 0.3.2

28 Feb 18:13
Compare
Choose a tag to compare
v0.3.2

Add route labels