Release 0.2.1
This commit is contained in:
parent
dc96d9828b
commit
c4e9f6da33
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
||||||
|
|
||||||
|
0.2.1 / 2013-12-30
|
||||||
|
==================
|
||||||
|
|
||||||
|
* add better 404 handling
|
||||||
|
* add check for fn._name in debug() output
|
||||||
|
* add explicit .toJSON() calls to ctx.toJSON()
|
||||||
|
|
||||||
0.2.0 / 2013-12-28
|
0.2.0 / 2013-12-28
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in a new issue