All Versions
76
Latest Version
Avg Release Cycle
61 days
Latest Release
1232 days ago

Changelog History
Page 6

  • v0.12.2 Changes

    September 28, 2014
    • use wider semver ranges for dependencies koa maintainers also maintain
  • v0.12.1 Changes

    September 21, 2014
    • bump content-disposition
    • bump statuses
  • v0.12.0 Changes

    September 20, 2014
    • add this.assert()
    • use content-disposition
  • v0.11.0 Changes

    September 08, 2014
    • fix app.use() assertion #337
    • bump a lot of dependencies
  • v0.10.0 Changes

    August 12, 2014
    • add ctx.throw(err, object) support
    • add ctx.throw(err, status, object) support
  • v0.9.0 Changes

    August 07, 2014
    • add: do not set err.expose to true when err.status not a valid http status code
    • add: alias request.headers as request.header
    • add context.inspect(), cleanup app.inspect()
    • update cookies
    • fix err.status invalid lead to uncaughtException
    • fix middleware gif, close #322
  • v0.8.2 Changes

    July 27, 2014
    • bump co
    • bump parseurl
  • v0.8.1 Changes

    June 24, 2014
    • bump type-is
  • v0.8.0 Changes

    June 13, 2014
    • add this.response.is()`
    • remove .status=string and res.statusString #298
  • v0.7.0 Changes

    June 07, 2014
    • add this.lastModified and this.etag as both getters and setters for ubiquity #292. See koajs/koa@4065bf7 for an explanation.
    • refactor this.response.vary() to use vary #291
    • remove this.response.append() #291