Koa v0.2.0 Release Notes

Release Date: 2013-12-28 // over 10 years ago
    • 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