master 0.4.0
Jonathan Ong 2014-02-11 13:41:42 -08:00
parent 7f909f5f2b
commit a9149f07ad
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
0.4.0 / 2014-02-11
==================
* remove app.jsonSpaces settings - moved to [koa-json](https://github.com/koajs/json)
* add this.response=false to bypass koa's response handling
* fix response handling after body has been sent
* changed ctx.throw() to no longer .expose 5xx errors
* remove app.keys getter/setter, update cookies, and remove keygrip deps
* update fresh
* update koa-compose
0.3.0 / 2014-01-17
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "0.3.0",
"version": "0.4.0",
"description": "Koa web app framework",
"main": "index.js",
"scripts": {