Release 0.6.0

This commit is contained in:
TJ Holowaychuk 2014-05-01 18:09:48 -07:00
parent dc692a3c75
commit 0491dc7532
2 changed files with 7 additions and 5 deletions

View file

@ -1,10 +1,12 @@
HEAD /
0.6.0 / 2014-05-01
==================
* refactor to use:
* koa-is-json
* set-type
* add nicer error formatting
* add: assert object type in ctx.onerror
* change .status default to 404. Closes #263
* remove .outputErrors, suppress output when handled by the dev. Closes #272
* fix content-length when body is re-assigned. Closes #267
0.5.5 / 2014-04-14
==================

View file

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