Skip to content

Routing 1.1.0

Compare
Choose a tag to compare
@loganwright loganwright released this 06 Mar 12:28
· 226 commits to main since this release

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