Skip to content

0.8.0

Compare
Choose a tag to compare
@anuragsoni anuragsoni released this 09 May 02:30
· 52 commits to main since this release

CHANGES:

  • Improve trailing slash handling. Instead of separate nil and trail constructors, all routes end with nil.
    The trailing slash is controlled via /? for no trailing slash, and //? for trailing slash. (#111)
  • No longer possible to use nil unless it follows a pattern. To create a route that matches no path params, ex: "/"
    use empty. (#111)