Skip to content

Releases: sanic-org/sanic-routing

Version 23.12.0

31 Dec 09:27
7863561
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v23.6.0...v23.12.0

Version 23.6.0

25 Jul 09:08
e5740a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v22.8.0...v23.6.0

Version 22.8.0

17 Aug 16:55
e840866
Compare
Choose a tag to compare

What's Changed

Full Changelog: v22.3.0...v22.8.0

Version 22.3.0

31 Mar 08:35
0ad84e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v21.12.0...v22.3.0

Version 21.12.0

26 Dec 11:13
bd9138e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v21.12.0

Version 0.7.2

04 Nov 18:08
Compare
Choose a tag to compare
  • #49 Resolve bug where multiple nested path endpoints where one of the definitions contains multiple methods resulted in 404

Version 0.7.1

01 Jul 12:12
0c6c860
Compare
Choose a tag to compare
  • #45 Proper handling of multi-path definitions
  • #40 New path splitter with lookahead and lookbehind support

Version 0.7.0

27 Jun 20:00
80f1056
Compare
Choose a tag to compare

Overhaul of dynamic path generation. Covers a wider array of edge cases including #35.

  • Proper differentiation between alpha and string param types
  • Adds a slug param type
  • Deprecates <foo:string> in favor of <foo:str>
  • Deprecates <foo:number> in favor of <foo:float>
  • Adds a route.uri accessor
  • Fixes #35
  • Fixes #32
  • Resolves #34
  • Resolves #12
  • Resolves #11
  • Closes #28

Version 0.7.0rc1

31 May 17:44
61455cd
Compare
Choose a tag to compare
Version 0.7.0rc1 Pre-release
Pre-release
v0.7.0rc1

Merge branch 'main' of github.com:sanic-org/sanic-router

Version 0.6.2

19 Apr 21:10
Compare
Choose a tag to compare

Resolve bug with final segment being a regex