Release 2.0.0-alpha.8

This commit is contained in:
dead-horse 2017-02-13 11:10:34 +08:00
parent 7ae9c3e109
commit d48291f40a
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,7 @@
2.0.0 / 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) * fix: subdomains should be [] if the host is an ip (#808)
* don't pre-bound onerror [breaking change] (#800) * don't pre-bound onerror [breaking change] (#800)
* fix `ctx.flushHeaders()` to use `res.flushHeaders()` instead of `res.writeHead()` (#795) * fix `ctx.flushHeaders()` to use `res.flushHeaders()` instead of `res.writeHead()` (#795)
@ -12,6 +13,11 @@
* improve linting * improve linting
* improve docs * 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 2.0.0-alpha.7 / 2016-09-07
================== ==================

View file

@ -1,6 +1,6 @@
{ {
"name": "koa", "name": "koa",
"version": "2.0.0-alpha.7", "version": "2.0.0-alpha.8",
"description": "Koa web app framework", "description": "Koa web app framework",
"main": "lib/application.js", "main": "lib/application.js",
"scripts": { "scripts": {