2.0.0-alpha.1
This commit is contained in:
parent
2e8cdab8bc
commit
c2206a287d
2 changed files with 7 additions and 1 deletions
|
@ -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,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue