0.1.2
This commit is contained in:
parent
afc9c32356
commit
6b16574df7
2 changed files with 10 additions and 2 deletions
10
History.md
10
History.md
|
@ -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
|
||||
==================
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Koa web app framework",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in a new issue