2.0.0-alpha.5

master 2.0.0-alpha.5
jongleberry 2016-08-10 12:16:39 -07:00
parent 2abed6ec75
commit 0d7aeb1f7c
2 changed files with 11 additions and 1 deletions

View File

@ -9,6 +9,16 @@
* improve linting
* improve docs
2.0.0-alpha.5 / 2016-08-10
==================
* fix `ctx.flushHeaders()` to use `res.flushHeaders()` instead of `res.writeHead()`
2.0.0-alpha.4 / 2016-07-23
==================
* fix `response.writeable` during pipelined requests
1.2.0 / 2016-03-03
==================

View File

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