domain-availability
domain-availability copied to clipboard
[Doppins] Upgrade dependency express to ~4.15.0
Hi!
A new version was just released of express, so Doppins
has upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging! :shipit:
Upgraded express from ~4.13.4 to ~4.14.0
Changelog:
Version 5.0.0-alpha.2
This is the second Express 5.0 alpha release, based off 4.13.1 and includes changes from 5.0.0-alpha.1.
- remove:
app.param(fn)req.param()-- usereq.params,req.body, orreq.queryinstead
- change:
res.rendercallback is always async, even for sync view engines- The leading
:character innameforapp.param(name, fn)is no longer removed - Use
routermodule for routing - Use
path-is-absolutemodule for absolute path detection
Version 5.0.0-alpha.1
- remove:
app.del- useapp.deletereq.acceptsCharset- usereq.acceptsCharsetsreq.acceptsEncoding- usereq.acceptsEncodingsreq.acceptsLanguage- usereq.acceptsLanguagesres.json(obj, status)signature - useres.json(status, obj)res.jsonp(obj, status)signature - useres.jsonp(status, obj)res.send(body, status)signature - useres.send(status, body)res.send(status)signature - useres.sendStatus(status)res.sendfile- useres.sendFileinsteadexpress.querymiddleware
- change:
req.hostnow returns host (hostname:port) - usereq.hostnamefor only hostnamereq.queryis now a getter instead of a plain property
- add:
app.routeris a reference to the base router
An additional new version was just released of express, so we've added an
extra commit upgrading your range to ~4.14.1.
Hope that's alright! — Doppins
An additional new version was just released of express, so we've added an
extra commit upgrading your range to ~4.15.0.
Hope that's alright! — Doppins