Skip to content

5.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dougwilson dougwilson released this 07 Jul 05:50
· 667 commits to master since this release

This is the second Express 5.0 alpha release, based off 4.13.1 and includes
changes from 5.0.0-alpha.1.

  • remove:
    • app.param(fn)
    • req.param() -- use req.params, req.body, or req.query instead
  • change:
    • res.render callback is always async, even for sync view engines
    • The leading : character in name for app.param(name, fn) is no longer removed
    • Use router module for routing
    • Use path-is-absolute module for absolute path detection