Skip to content

Releases: vapor/routing-kit

Routing 2.0 Alpha 7

17 Mar 17:54
Compare
Choose a tag to compare
Routing 2.0 Alpha 7 Pre-release
Pre-release

New:

  • Updating percent encoding -- foundation

#10

Routing 2.0 Alpha 6

17 Mar 12:03
Compare
Choose a tag to compare
Routing 2.0 Alpha 6 Pre-release
Pre-release

Fixed:

  • percent decoding fix

Routing 2.0 Alpha 5

08 Mar 00:22
Compare
Choose a tag to compare
Routing 2.0 Alpha 5 Pre-release
Pre-release

Fixed:

  • unnecessary force unwrap

Routing 2.0 Alpha 4

07 Mar 21:55
Compare
Choose a tag to compare
Routing 2.0 Alpha 4 Pre-release
Pre-release

New:

  • Options support

#8

Routing 2.0 Alpha 3

07 Mar 15:49
Compare
Choose a tag to compare
Routing 2.0 Alpha 3 Pre-release
Pre-release

New:

  • Completely redesigned underlying architecture to be more straightforward
  • More HTTP specific code is less flexible, but better designed to its task

#7

Routing 2.0 Alpha 2

06 Mar 13:02
Compare
Choose a tag to compare
Routing 2.0 Alpha 2 Pre-release
Pre-release

New:

  • Multi slug routes

#5

Routing 1.1.0

06 Mar 12:28
Compare
Choose a tag to compare

New:

  • Multiple independent slug routes are now supported

Now: /foo/:a/bar and foo/:b/alt will both work.

-- note /:slug/foo and /:diff/foo are still considered the same route since there's no way to disambiguate

#6

Routing 2.0 Alpha 1

16 Feb 11:45
Compare
Choose a tag to compare
Routing 2.0 Alpha 1 Pre-release
Pre-release

New:

  • Deps

#4

Routing 1.0.2

14 Feb 17:10
Compare
Choose a tag to compare

New:

  • Log routes w/ router.routes

Routing 1.0.1

28 Oct 14:40
Compare
Choose a tag to compare

New:

  • Helper warnings for diagnosing shared slug routes.