Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 8, 2014
1 parent f9eb219 commit 631dd16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa",
"version": "0.8.2",
"version": "0.9.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {
Expand Down

0 comments on commit 631dd16

Please sign in to comment.