Skip to content

0.6.0

Compare
Choose a tag to compare
@ibraheemdev ibraheemdev released this 15 Jun 16:52
· 68 commits to master since this release
  • Routes like /*foo and /bar are now allowed to overlap, with /bar prioritized (#18)
  • The route /foo/ no longer matches /foo/*bar, and is allowed to exist on it's own
  • Route parameters for catchall routes no longer include the /, e.g. /foo.js will match /*filepath with a value of foo.js, not /foo.js
  • Error::MalformedPath was removed in favor of Error::InvalidCatchAll