Release 0.2.0

This commit is contained in:
TJ Holowaychuk 2013-12-28 18:37:40 -08:00
parent c86fc2cec9
commit 08a88a92db
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
HEAD
0.2.0 / 2013-12-28
==================
* add support for .throw(status, msg). Closes #130
* add GeneratorFunction assertion for app.use(). Closes #120
* refactor: move `.is()` to `type-is`
* refactor: move content negotiation to "accepts"
* refactor: allow any streams with .pipe method
* remove `next` in callback for now
0.1.2 / 2013-12-21
==================

View File

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