Release 0.5.1
This commit is contained in:
parent
b1f0abd16d
commit
c96459bc61
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
|||
|
||||
0.5.1 / 2014-03-06
|
||||
==================
|
||||
|
||||
* add request.hostname(getter). Closes #224
|
||||
* remove response.charset and ctx.charset (too confusing in relation to ctx.type) [breaking change]
|
||||
* fix a debug() name
|
||||
|
||||
0.5.0 / 2014-02-19
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Koa web app framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue