5.0.0-alpha.3
版本发布时间: 2017-01-29 11:51:33
expressjs/express最新发布版本:4.21.0(2024-09-12 06:34:26)
This is the third Express 5.0 alpha release, based off 4.14.1 and includes changes from 5.0.0-alpha.2.
- remove:
-
res.json(status, obj)
signature - useres.status(status).json(obj)
-
res.jsonp(status, obj)
signature - useres.status(status).jsonp(obj)
-
res.vary()
(no arguments) -- provide a field name as an argument
-
- deps: array-flatten@2.1.1
- deps: path-is-absolute@1.0.1
- deps: router@~1.1.5
- deps: array-flatten@2.0.1
- deps: methods@~1.1.2
- deps: parseurl@~1.3.1
- deps: setprototypeof@1.0.2