2.0.0-alpha.2

This commit is contained in:
jongleberry 2015-10-27 16:31:24 -07:00
parent ebb4850709
commit 664161a227
2 changed files with 9 additions and 2 deletions

View File

@ -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
==================
* drop node < 4 support and rewrite the codebase in ES6
* 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
==================

View File

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