0.10.0
Breaking Changes
- Sub-apps no longer inherit hooks, body parsers, and app decorators added after their creation (b39c7a3)
- Replace
app.encapsulate()
withapp.createSubApp()
(c90de52) - Drop support for Node 6 (f8444cf)
- Remove
app.routesToString()
method (81b19b7)
New Features
- Add
queryParser
option to set the default query string parser (fceb5b9)
Bugfixes
- Stop setting
res.route
tonull
before the onFinished hooks (d3dc418)
Internal
- lib: Use symbols for private Request and Response properties (754675d)
- deps: [email protected] (d8aa42f)