All Versions
76
Latest Version
Avg Release Cycle
61 days
Latest Release
1476 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.20.0 Changes
April 30, 2015💥 Breaking change if you're using
this.get('ua') === undefined
etc. For more details please checkout #438.- make sure helpers return strict string
- feat: alias response.headers to response.header
-
v0.19.1 Changes
April 14, 2015- non-error thrown, fixed #432
-
v0.19.0 Changes
April 05, 2015req.host
andreq.hostname
now always return a string (semi-breaking change)- improved test coverage
-
v0.18.1 Changes
March 01, 2015- move babel to
devDependencies
- move babel to
-
v0.18.0 Changes
February 14, 2015- experimental es7 async function support via
app.experimental = true
- use
content-type
instead ofmedia-typer
- experimental es7 async function support via
-
v0.17.0 Changes
February 05, 2015💥 Breaking change if you're using an old version of node v0.11! ⬆️ Otherwise, you should have no trouble upgrading.
- official iojs support
- drop support for node.js
>= 0.11.0 < 0.11.16
- use
Object.setPrototypeOf()
instead of__proto__
- update dependencies
-
v0.16.0 Changes
January 27, 2015- add
res.append()
- fix path usage for [email protected]
- add
-
v0.15.0 Changes
January 18, 2015- add
this.href
- add
-
v0.14.0 Changes
December 15, 2014- remove
x-powered-by
response header - fix the content type on plain-text redirects
- add ctx.state
- bump
co@4
- bump dependencies
- remove
-
v0.13.0 Changes
October 17, 2014- add this.message
- custom status support via
statuses