All Versions
76
Latest Version
Avg Release Cycle
61 days
Latest Release
543 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.4.0 Changes
February 11, 2014- 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
-
v0.3.0 Changes
January 17, 2014- add ctx.host= delegate
- add req.host=
- add: context.throw supports Error instances
- update co
- update cookies
-
v0.2.1 Changes
December 30, 2013- add better 404 handling
- add check for fn._name in debug() output
- add explicit .toJSON() calls to ctx.toJSON()
-
v0.2.0 Changes
December 28, 2013- add support for .throw(status, msg). Closes #130
- add GeneratorFunction assertion for app.use(). Closes #120
- refactor: move
.is()
totype-is
- refactor: move content negotiation to "accepts"
- refactor: allow any streams with .pipe method
- remove
next
in callback for now
-
v0.1.2 Changes
December 21, 2013- update co, koa-compose, keygrip
- use on-socket-error
- add throw(status, msg) support
- assert middleware is GeneratorFunction
- ducktype stream checks
- remove
next
isapp.callback()
-
v0.1.1 Changes
December 19, 2013- fix: cleanup socker error handler on response