Release 0.9.0
This commit is contained in:
parent
f9eb219ecf
commit
631dd1673c
2 changed files with 12 additions and 1 deletions
11
History.md
11
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
|
0.8.2 / 2014-07-27
|
||||||
|
==================
|
||||||
|
|
||||||
* bump co
|
* bump co
|
||||||
* bump parseurl
|
* bump parseurl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.8.2",
|
"version": "0.9.0",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue