Koa v0.4.0 Release Notes

Release Date: 2014-02-11 // about 10 years ago
    • remove app.jsonSpaces settings - moved to koa-json
    • add this.response=false to bypass koa's response handling
    • fix response handling after body has been sent
    • changed ctx.throw() to no longer .expose 5xx errors
    • remove app.keys getter/setter, update cookies, and remove keygrip deps
    • update fresh
    • update koa-compose