Koa v2.0.0 Release Notes

    • 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