Release 2.0.0-alpha.3

master 2.0.0-alpha.3
dead_horse 2015-11-05 10:41:00 +08:00
parent b83405f052
commit 34e8325a39
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2.0.0-alpha.3 / 2015-11-05
==================
* ensure parseurl always working as expected. #586
* fix Application.inspect() missing .proxy value. Closes #563
2.0.0-alpha.2 / 2015-10-27
==================

View File

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