0.9.0
Breaking Changes
- Rename
req.pathnametoreq.path(178e692) - Remove non-HTTP shorthand methods (2f2f1d8)
- Remove
urlas an alias for thepathoption inapp.route()(354fd55) - Do not run the body parser for requests that did not match a route (ac7cd04)
- Throw if
.setNotFoundHandler()is called on a sub-app created without a prefix (611848a)
New Features
- Add
req.searchproperty (0da0bfe)