2.0.0-alpha.5
This commit is contained in:
parent
2abed6ec75
commit
0d7aeb1f7c
2 changed files with 11 additions and 1 deletions
10
History.md
10
History.md
|
@ -9,6 +9,16 @@
|
||||||
* improve linting
|
* improve linting
|
||||||
* improve docs
|
* 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
|
1.2.0 / 2016-03-03
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "2.0.0-alpha.4",
|
"version": "2.0.0-alpha.5",
|
||||||
"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