Skip to content

0.9.0

Choose a tag to compare

@nwoltman nwoltman released this 26 Nov 04:30
· 85 commits to master since this release
v0.9.0
dcbb19e

Breaking Changes

  • Rename req.pathname to req.path (178e692)
  • Remove non-HTTP shorthand methods (2f2f1d8)
  • Remove url as an alias for the path option in app.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.search property (0da0bfe)

Misc