Release 0.6.0
This commit is contained in:
parent
dc692a3c75
commit
0491dc7532
2 changed files with 7 additions and 5 deletions
10
History.md
10
History.md
|
@ -1,10 +1,12 @@
|
||||||
|
|
||||||
HEAD /
|
0.6.0 / 2014-05-01
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* refactor to use:
|
* add nicer error formatting
|
||||||
* koa-is-json
|
* add: assert object type in ctx.onerror
|
||||||
* set-type
|
* 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
|
0.5.5 / 2014-04-14
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.5.5",
|
"version": "0.6.0",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue