Skip to content

0.10.0

Compare
Choose a tag to compare
@nwoltman nwoltman released this 08 Jan 04:18
· 71 commits to master since this release
v0.10.0
3352277

Breaking Changes

  • Sub-apps no longer inherit hooks, body parsers, and app decorators added after their creation (b39c7a3)
  • Replace app.encapsulate() with app.createSubApp() (c90de52)
  • Drop support for Node 6 (f8444cf)
  • Remove app.routesToString() method (81b19b7)

New Features

Bugfixes

  • Stop setting res.route to null before the onFinished hooks (d3dc418)

Internal