0.6.0
- 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 offoo.js
, not/foo.js
Error::MalformedPath
was removed in favor ofError::InvalidCatchAll