Skip to content

5.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@dougwilson dougwilson released this 25 Sep 05:28
· 508 commits to master since this release

This is the sixth Express 5.0 alpha release, based off 4.15.5 and includes
changes from 5.0.0-alpha.5.

  • remove:
    • res.redirect(url, status) signature - use res.redirect(status, url)
    • res.send(status, body) signature - use res.status(status).send(body)
  • deps: router@~1.3.1