Release 0.20.0
This commit is contained in:
parent
e21fc8aabb
commit
0d916ad727
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
|||
|
||||
0.20.0 / 2015-04-30
|
||||
==================
|
||||
|
||||
Breaking change if you're using `this.get('ua') === undefined` etc.
|
||||
For more details please checkout [#438](https://github.com/koajs/koa/pull/438).
|
||||
|
||||
* make sure helpers return strict string
|
||||
* feat: alias response.headers to response.header
|
||||
|
||||
0.19.1 / 2015-04-14
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.19.1",
|
||||
"version": "0.20.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue