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

Changelog History
Page 4

  • v2.0.0-alpha.3 Changes

    November 05, 2015
    • ensure parseurl always working as expected. #586
    • fix Application.inspect() – missing .proxy value. Closes #563
  • v2.0.0-alpha.2 Changes

    October 27, 2015
    • remove co and generator support completely
    • improved documentation
    • more refactoring into ES6
  • v2.0.0-alpha.1 Changes

    October 22, 2015
    • change the middleware signature to async (ctx, next) => await next()
    • drop node < 4 support and rewrite the codebase in ES6
  • v1.7.0

    October 16, 2019
  • v1.2.0 Changes

    March 03, 2016
  • v1.1.2 Changes

    November 05, 2015
    • ensure parseurl always working as expected
    • fix Application.inspect() – missing .proxy value.
  • v1.1.1 Changes

    October 22, 2015
    • do not send a content-type when the type is unknown #536
  • v1.1.0 Changes

    October 11, 2015
    • add app.silent=<Boolean> to toggle error logging @tejasmanohar #486
    • add ctx.origin @chentsulin #480
    • various refactoring
      • add use strict everywhere
  • v1.0.0 Changes

    August 22, 2015
    • add this.req check for querystring()
    • don't log errors with err.expose
    • koa now follows semver!
  • v0.21.0 Changes

    May 23, 2015