Releases: vapor/routing-kit
Releases Β· vapor/routing-kit
Routing 2.0 Alpha 7
Routing 2.0 Alpha 6
Fixed:
- percent decoding fix
Routing 2.0 Alpha 5
Fixed:
- unnecessary force unwrap
Routing 2.0 Alpha 4
Routing 2.0 Alpha 3
New:
- Completely redesigned underlying architecture to be more straightforward
- More HTTP specific code is less flexible, but better designed to its task
Routing 2.0 Alpha 2
Routing 1.1.0
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
Routing 2.0 Alpha 1
Routing 1.0.2
New:
- Log routes w/
router.routes
Routing 1.0.1
New:
- Helper warnings for diagnosing shared slug routes.