This commit is contained in:
Jonathan Ong 2015-04-05 11:24:06 -07:00
parent 7f6086a93c
commit c307c81c43
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
0.19.0 / 2015-04-05
==================
* `req.host` and `req.hostname` now always return a string (semi-breaking change)
* improved test coverage
0.18.1 / 2015-03-01 0.18.1 / 2015-03-01
================== ==================

View File

@ -1,6 +1,6 @@
{ {
"name": "koa", "name": "koa",
"version": "0.18.1", "version": "0.19.0",
"description": "Koa web app framework", "description": "Koa web app framework",
"main": "lib/application.js", "main": "lib/application.js",
"scripts": { "scripts": {
@ -43,7 +43,7 @@
"vary": "^1.0.0" "vary": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"babel": "^4.6.3", "babel": "^5.0.0",
"istanbul-harmony": "~0.3.0", "istanbul-harmony": "~0.3.0",
"make-lint": "^1.0.1", "make-lint": "^1.0.1",
"mocha": "^2.0.1", "mocha": "^2.0.1",