Release 2.0.0-alpha.7
This commit is contained in:
parent
21c0d823dd
commit
ce78786f95
2 changed files with 9 additions and 3 deletions
10
History.md
10
History.md
|
@ -2,6 +2,7 @@
|
||||||
2.0.0 /
|
2.0.0 /
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
* 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)
|
||||||
* fix(response): correct response.writable logic (#782)
|
* fix(response): correct response.writable logic (#782)
|
||||||
|
@ -11,8 +12,13 @@
|
||||||
* improve linting
|
* improve linting
|
||||||
* improve docs
|
* improve docs
|
||||||
|
|
||||||
2.0.0-alpha.6 / 2016-08-29
|
2.0.0-alpha.7 / 2016-09-07
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
* fix: subdomains should be [] if the host is an ip (#808)
|
||||||
|
|
||||||
|
2.0.0-alpha.6 / 2016-08-29
|
||||||
|
==================
|
||||||
|
|
||||||
* don't pre-bound onerror [breaking change]
|
* don't pre-bound onerror [breaking change]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "2.0.0-alpha.6",
|
"version": "2.0.0-alpha.7",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue