0.8.0
CHANGES:
- Improve trailing slash handling. Instead of separate
nil
andtrail
constructors, all routes end withnil
.
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: "/"
useempty
. (#111)