2.0.0-alpha.2
This commit is contained in:
parent
ebb4850709
commit
664161a227
2 changed files with 9 additions and 2 deletions
|
@ -1,8 +1,15 @@
|
||||||
|
2.0.0-alpha.2 / 2015-10-27
|
||||||
|
==================
|
||||||
|
|
||||||
|
* remove `co` and generator support completely
|
||||||
|
* improved documentation
|
||||||
|
* more refactoring into ES6
|
||||||
|
|
||||||
2.0.0-alpha.1 / 2015-10-22
|
2.0.0-alpha.1 / 2015-10-22
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* drop node < 4 support and rewrite the codebase in ES6
|
|
||||||
* change the middleware signature to `async (ctx, next) => await next()`
|
* change the middleware signature to `async (ctx, next) => await next()`
|
||||||
|
* drop node < 4 support and rewrite the codebase in ES6
|
||||||
|
|
||||||
1.1.1 / 2015-10-22
|
1.1.1 / 2015-10-22
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "2.0.0-alpha.1",
|
"version": "2.0.0-alpha.2",
|
||||||
"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