2013-12-29 02:37:40 +00:00
|
|
|
|
|
|
|
0.2.0 / 2013-12-28
|
2013-12-20 06:33:35 +00:00
|
|
|
==================
|
|
|
|
|
2013-12-29 02:37:40 +00:00
|
|
|
* 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
|
2013-12-22 00:14:21 +00:00
|
|
|
|
2013-12-26 14:33:07 +00:00
|
|
|
0.1.2 / 2013-12-21
|
2013-12-22 00:14:21 +00:00
|
|
|
==================
|
|
|
|
|
|
|
|
* update co, koa-compose, keygrip
|
2013-12-20 22:39:53 +00:00
|
|
|
* use on-socket-error
|
2013-12-22 00:14:21 +00:00
|
|
|
* add throw(status, msg) support
|
|
|
|
* assert middleware is GeneratorFunction
|
|
|
|
* ducktype stream checks
|
|
|
|
* remove `next` is `app.callback()`
|
2013-12-19 18:03:18 +00:00
|
|
|
|
|
|
|
0.1.1 / 2013-12-19
|
|
|
|
==================
|
|
|
|
|
|
|
|
* fix: cleanup socker error handler on response
|