Version 5.0.0-alpha.4 of express just got published.
Dependency
express
Current Version
4.14.1
Type
dependency
The version 5.0.0-alpha.4 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of express.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes5.0.0-alpha.4
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
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 5.0.0-alpha.4 of express just got published.
The version 5.0.0-alpha.4 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of express. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
5.0.0-alpha.4This is the fourth Express 5.0 alpha release, based off 4.15.0 and includes
changes from 5.0.0-alpha.3.
next("router")
to exit from routerrouter.use
skipped requests routes did notreq.url
is not set%o
in path debug to tell types apart*
routeCommits
The new version differs by 88 commits .
a3a9166
5.0.0-alpha.4
06f423d
Remove Express 3.x middleware error stubs
501e24e
Merge tag '4.15.0'
504a51c
4.15.0
7f96896
deps: update example dependencies
f59de6a
build: Node.js@7.7
7247554
build: Node.js@6.10
146a13e
build: Node.js@4.8
9722202
Add next("router") to exit from router
51f5290
Fix case where router.use skipped requests routes did not
8b6dc6c
Use "%o" in path debug to tell types apart
081b811
perf: add fast match path for "*" route
1f71fae
tests: add lone "*" route tests
acc4a61
deps: serve-static@1.12.0
1b43166
deps: send@0.15.0
There are 88 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: