0.19.0
This commit is contained in:
parent
7f6086a93c
commit
c307c81c43
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.18.1",
|
||||
"version": "0.19.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
@ -43,7 +43,7 @@
|
|||
"vary": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^4.6.3",
|
||||
"babel": "^5.0.0",
|
||||
"istanbul-harmony": "~0.3.0",
|
||||
"make-lint": "^1.0.1",
|
||||
"mocha": "^2.0.1",
|
||||
|
|
Loading…
Reference in a new issue