5.0.0-alpha.4
版本发布时间: 2017-03-02 08:11:01
expressjs/express最新发布版本:4.21.0(2024-09-12 06:34:26)
This is the fourth Express 5.0 alpha release, based off 4.15.0 and includes changes from 5.0.0-alpha.3.
- remove:
- Remove Express 3.x middleware error stubs
- deps: router@~1.3.0
- Add
next("router")
to exit from router - Fix case where
router.use
skipped requests routes did not - Skip routing when
req.url
is not set - Use
%o
in path debug to tell types apart - deps: debug@2.6.1
- deps: setprototypeof@1.0.3
- perf: add fast match path for
*
route
- Add