Releases: expressjs/express
Releases · expressjs/express
3.14.0
- add explicit "Rosetta Flash JSONP abuse" protection
- previous versions are not vulnerable; this is just explicit protection
- deprecate
res.redirect(url, status)-- useres.redirect(status, url)instead - fix
res.send(status, num)to sendnumas json (not error) - remove unnecessary escaping when
res.jsonpreturns JSON response - deps: [email protected]
- support empty password
- support empty username
- deps: [email protected]
- deps: [email protected]
- deps: express-session@~1.6.4
- deps: method-override@~2.1.0
- deps: parseurl@~1.1.3
- deps: serve-static@~1.3.1
- deps: [email protected]
- Add support for multiple wildcards in namespaces
- deps: [email protected]
- add
CONNECT
- add
- deps: parseurl@~1.1.3
- faster parsing of href-only URLs
4.5.1
- fix routing regression when altering
req.method
4.5.0
- add deprecation message to non-plural
req.accepts* - add deprecation message to
res.send(body, status) - add deprecation message to
res.vary() - add
headersoption tores.sendfile- use to set headers on successful file transfer
- add
mergeParamsoption toRouter- merges
req.paramsfrom parent routes
- merges
- add
req.hostname-- correct name for whatreq.hostreturns - deprecate things with
depdmodule - deprecate
req.host-- usereq.hostnameinstead - fix behavior when handling request without routes
- fix handling when
route.allis only route - invoke
router.param()only when route matches - restore
req.paramsafter invoking router - use
finalhandlerfor final response handling - use
media-typerto alter content-type charset - deps: accepts@~1.0.7
- deps: [email protected]
- Accept string for
maxage(converted byms) - Include link in default redirect response
- Accept string for
- deps: serve-static@~1.3.0
- Accept string for
maxAge(converted byms) - Add
setHeadersoption - Include HTML link in redirect response
- deps: [email protected]
- Accept string for
- deps: type-is@~1.3.2
3.13.0
- add deprecation message to
app.configure - add deprecation message to
req.auth - use
basic-authto parseAuthorizationheader - deps: [email protected]
- deps: csurf@~1.3.0
- deps: express-session@~1.6.1
- deps: [email protected]
- deps: serve-static@~1.3.0
- deps: [email protected]
- Accept string for
maxage(converted byms) - Include link in default redirect response
- Accept string for
4.4.5
- deps: [email protected]
- fix for timing attacks
3.12.1
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: express-session@~1.5.2
- deps: type-is@~1.3.2
- deps: [email protected]
- fix for timing attacks
3.12.0
- use
media-typerto alter content-type charset - deps: [email protected]
- deprecate
connect(middleware)-- useapp.use(middleware)instead - deprecate
connect.createServer()-- useconnect()instead - fix
res.setHeader()patch to work with with get -> append -> set pattern - deps: compression@~1.0.8
- deps: errorhandler@~1.1.1
- deps: express-session@~1.5.0
- deps: serve-index@~1.1.3
- deprecate
4.4.4
- fix
res.attachmentUnicode filenames in Safari - fix "trim prefix" debug message in
express:router - deps: accepts@~1.0.5
- deps: [email protected]
3.11.0
- deprecate things with
depdmodule - deps: [email protected]
- deps: [email protected]
- deprecate
verifyoption tojson-- usebody-parsermodule directly - deprecate
verifyoption tourlencoded-- usebody-parsermodule directly - deprecate things with
depdmodule - use
finalhandlerfor final response handling - use
media-typerto parsecontent-typefor charset - deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deprecate
4.4.3
- fix persistence of modified
req.params[name]fromapp.param() - deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Do not throw un-catchable error on file open race condition
- Use
escape-htmlfor HTML escaping - deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Do not throw un-catchable error on file open race condition
- deps: [email protected]