From 631dd1673c9851c7e894421391c4668d65e99dd0 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 7 Aug 2014 19:06:40 -0700 Subject: [PATCH] Release 0.9.0 --- History.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 2464327..05560ee 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,16 @@ +0.9.0 / 2014-08-07 +================== + + * add: do not set `err.expose` to true when err.status not a valid http status code + * add: alias `request.headers` as `request.header` + * add context.inspect(), cleanup app.inspect() + * update cookies + * fix `err.status` invalid lead to uncaughtException + * fix middleware gif, close #322 + 0.8.2 / 2014-07-27 +================== * bump co * bump parseurl diff --git a/package.json b/package.json index 8a21f0c..314b527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "0.8.2", + "version": "0.9.0", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {