Release 2.0.0-alpha.6

This commit is contained in:
dead_horse 2016-08-29 11:25:30 +08:00
parent 4338cb6c14
commit e4c0a53421
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,8 @@
2.0.0 / 2.0.0 /
================== ==================
* don't pre-bound onerror [breaking change] (#800)
* 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)
* merge v1.1.2 and v1.2.0 changes * merge v1.1.2 and v1.2.0 changes
* include `koa-convert` so that generator functions still work * include `koa-convert` so that generator functions still work
@ -9,6 +11,11 @@
* improve linting * improve linting
* improve docs * improve docs
2.0.0-alpha.6 / 2016-08-29
==================
* don't pre-bound onerror [breaking change]
2.0.0-alpha.5 / 2016-08-10 2.0.0-alpha.5 / 2016-08-10
================== ==================

View file

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