Douglas Wilson
Douglas Wilson
So app.param is not being removed in 5.0. In fact, it is being updated to include Promise support.
Seems reasonable to me to remove the magic string value in 5.0
I'm all for removing the magic string from Express 5.0, but yes, adding req.back is not a good replacement either, so what to replace it with needs to be thought...
Yea, I don't have any issues with this throwing on a float; we want to throw on whatever Node.js throws on as the _minimum bar_. If we can also help...
> Fixed the tests. Now the CI fails on Node.js 0.10 because there is no Number.isInteger function available there. > > Assuming we're dropping that version, then this should be...
> Is it a breaking change to be relying on res.status() to set status codes internally? Yes, as stated in https://github.com/expressjs/express/pull/4223#issuecomment-602102852 , but this PR is already a breaking change,...
Yep! I did, though, not directly address the monkey patching messing something up; that is indeed the case, but I don't think any more so than other aspects of Node.js...
Hi @gebbber thanks for the report. I was able to reproduce the issue. I think this is similar to #3798 ; ideally your app should work like you expect when...
Hi @pmorch thanks for the suggestion! We can certainly consider this request, though it is tricky to add new helpers to `req` or `res` without a major version change due...
Hello, and thank you for your queation. It should be soon, as the last few items in the PR are finished and merged. The biggest issue has been the lack...