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

Changelog History
Page 3

  • v2.3.0 Changes

    June 20, 2017
    • fix: use Buffer.from()
    • test on node 7 & 8
    • add package-lock.json to .gitignore
    • run lint --fix
    • add request.header in addition to request.headers
    • add IPv6 hostname support
  • v2.2.0 Changes

    March 14, 2017
    • fix: drop package.engines.node requirement to >= 6.0.0
      • this fixes yarn, which errors when this semver range is not satisfied
    • bump cookies@~0.7.0
    • bump fresh@^0.5.0
  • v2.1.0 Changes

    March 07, 2017
    • added: return middleware chain promise from callback() #848
    • added: node v7.7+ res.getHeaderNames() support #930
    • added: err.headerSent in error handling #919
    • added: lots of docs!
  • v2.0.1 Changes

    February 25, 2017

    ๐Ÿš€ NOTE: we hit a versioning snafu. v2.0.0 was previously released, ๐Ÿš€ so v2.0.1 is released as the first v2.x with a latest tag.

    • upgrade mocha #900
    • add names to application's request and response handlers #805
    • breaking: remove unused app.name #899
    • breaking: drop official support for node < 7.6
  • v2.0.0 Changes

    • Fix malformed content-type header causing exception on charset get (#898)
    • fix: subdomains should be [] if the host is an ip (#808)
    • don't pre-bound onerror breaking change
    • fix ctx.flushHeaders() to use res.flushHeaders() instead of res.writeHead() (#795)
    • fix(response): correct response.writable logic (#782)
    • merge v1.1.2 and v1.2.0 changes
    • include koa-convert so that generator functions still work
      • NOTE: generator functions are deprecated in v2 and will be removed in v3
    • improve linting
    • improve docs
  • v2.0.0-alpha.8 Changes

    February 13, 2017
    • Fix malformed content-type header causing exception on charset get (#898)
  • v2.0.0-alpha.7 Changes

    September 07, 2016
    • fix: subdomains should be [] if the host is an ip (#808)
  • v2.0.0-alpha.6 Changes

    August 29, 2016
    • don't pre-bound onerror [breaking change]
  • v2.0.0-alpha.5 Changes

    August 10, 2016
    • fix ctx.flushHeaders() to use res.flushHeaders() instead of res.writeHead()
  • v2.0.0-alpha.4 Changes

    July 23, 2016
    • fix response.writeable during pipelined requests