Skip to content

Releases: sanic-org/sanic-routing

Version 0.6.1

Choose a tag to compare

@ahopkins ahopkins released this 19 Apr 20:09

#25 Resolve double colon in segment

Version 0.6.0

Choose a tag to compare

@ahopkins ahopkins released this 19 Apr 18:28
e274b6c

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

Version 0.5.2

Choose a tag to compare

@ahopkins ahopkins released this 06 Apr 09:20
7818338

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

Version 0.5.1

Choose a tag to compare

@ahopkins ahopkins released this 05 Apr 17:37
fca71fe

#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

Choose a tag to compare

@ahopkins ahopkins released this 01 Apr 13:42
ddb3052
  • #19 Better runtime output on tree compile error
  • #17 Add additional depth check on typed route

Version 0.4.3

Choose a tag to compare

@ahopkins ahopkins released this 29 Mar 10:01

Rerelease of 0.4.2

Version 0.4.2

Choose a tag to compare

@ahopkins ahopkins released this 25 Mar 15:50

#13 Resolve depth bug

Version 0.4.1

Choose a tag to compare

@ahopkins ahopkins released this 22 Mar 18:10

Add support for A-Z0-9 in path parameters

Version 0.4.0

Choose a tag to compare

@ahopkins ahopkins released this 08 Mar 12:09
967c77f

Allows for overloading static to dynamic and dynamic to static

Version 0.3.2

Choose a tag to compare

@ahopkins ahopkins released this 28 Feb 18:13
v0.3.2

Add route labels