Skip to content

0.17.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@oscarpalmer oscarpalmer released this 04 Apr 16:42
· 3 commits to main since this release
  • Minor refactoring
  • During controller matching:
    • Simple paths – /path – will try to match path::handle and default::path, in that order
    • Nested paths – /a/nested/path – will try to match a\nested::path and a\nested\path::handle, in that order