5.0.0-alpha.6
版本发布时间: 2017-09-25 13:28:46
expressjs/express最新发布版本:4.21.0(2024-09-12 06:34:26)
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 - useres.redirect(status, url)
-
res.send(status, body)
signature - useres.status(status).send(body)
-
- deps: router@~1.3.1
- deps: debug@2.6.8