Release 0.20.0

This commit is contained in:
dead_horse 2015-04-30 16:21:46 +08:00
parent e21fc8aabb
commit 0d916ad727
2 changed files with 10 additions and 1 deletions

View File

@ -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
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "0.19.1",
"version": "0.20.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {