2.0.0-alpha.1

This commit is contained in:
jongleberry 2015-10-22 16:37:49 -07:00
parent 2e8cdab8bc
commit c2206a287d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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()`
1.1.0 / 2015-10-11 1.1.0 / 2015-10-11
================== ==================

View File

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