master 0.8.0
Jonathan Ong 2014-06-13 00:32:41 -07:00
parent 31ba115231
commit 288d0c00c6
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
0.8.0 / 2014-06-13
==================
* add `this.response.is()``
* remove `.status=string` and `res.statusString` #298
0.7.0 / 2014-06-07
==================

View File

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