Release 0.2.0
This commit is contained in:
parent
c86fc2cec9
commit
08a88a92db
2 changed files with 9 additions and 2 deletions
|
@ -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
|
0.1.2 / 2013-12-21
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in a new issue