1.2.0
This commit is contained in:
parent
c826467560
commit
e4691b69a1
2 changed files with 15 additions and 1 deletions
14
History.md
14
History.md
|
@ -1,4 +1,18 @@
|
|||
|
||||
1.2.0 / 2016-03-03
|
||||
==================
|
||||
|
||||
* add support for `err.headers` in `ctx.onerror()`
|
||||
- see: https://github.com/koajs/koa/pull/668
|
||||
- note: you should set these headers in your custom error handlers as well
|
||||
- docs: https://github.com/koajs/koa/blob/master/docs/error-handling.md
|
||||
* fix `cookies`' detection of http/https
|
||||
- see: https://github.com/koajs/koa/pull/614
|
||||
* deprecate `app.experimental = true`. Koa v2 does not use this signature.
|
||||
* add a code of conduct
|
||||
* test against the latest version of node
|
||||
* add a lot of docs
|
||||
|
||||
1.1.2 / 2015-11-05
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "1.1.2",
|
||||
"version": "1.2.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue