Release 0.5.1

master 0.5.1
TJ Holowaychuk 2014-03-06 18:06:32 -08:00
parent b1f0abd16d
commit c96459bc61
2 changed files with 8 additions and 1 deletions

View File

@ -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
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "0.5.0",
"version": "0.5.1",
"description": "Koa web app framework",
"main": "index.js",
"scripts": {