Release 2.0.0-alpha.8
This commit is contained in:
parent
7ae9c3e109
commit
d48291f40a
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
2.0.0 /
|
||||
==================
|
||||
|
||||
* 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] (#800)
|
||||
* fix `ctx.flushHeaders()` to use `res.flushHeaders()` instead of `res.writeHead()` (#795)
|
||||
|
@ -12,6 +13,11 @@
|
|||
* improve linting
|
||||
* improve docs
|
||||
|
||||
2.0.0-alpha.8 / 2017-02-13
|
||||
==================
|
||||
|
||||
* Fix malformed content-type header causing exception on charset get (#898)
|
||||
|
||||
2.0.0-alpha.7 / 2016-09-07
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.0.0-alpha.7",
|
||||
"version": "2.0.0-alpha.8",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue