master 0.1.2
Jonathan Ong 2013-12-21 16:14:21 -08:00
parent afc9c32356
commit 6b16574df7
2 changed files with 10 additions and 2 deletions

View File

@ -1,8 +1,16 @@
HEAD
==================
* update co
0.1.1 / 2013-21-21
==================
* update co, koa-compose, keygrip
* use on-socket-error
* add throw(status, msg) support
* assert middleware is GeneratorFunction
* ducktype stream checks
* remove `next` is `app.callback()`
0.1.1 / 2013-12-19
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "0.1.1",
"version": "0.1.2",
"description": "Koa web app framework",
"main": "index.js",
"directories": {