Release 2.6.0

master 2.6.0
fengmk2 2018-10-23 13:22:45 +08:00
parent 9c5c58b183
commit e01cc5a1cf
No known key found for this signature in database
GPG Key ID: DADAF90BE267A2A8
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
2.6.0 / 2018-10-23
==================
**features**
* [[`9c5c58b`](http://github.com/koajs/koa/commit/9c5c58b18363494976185e7ddc790ac63de840ed)] - feat: use :authority header of http2 requests as host (#1262) (Martin Michaelis <<code@mgjm.de>>)
* [[`9146024`](http://github.com/koajs/koa/commit/9146024e1094e8bb871ab15d1b7fc556a710732f)] - feat: response.attachment append a parameter: options from contentDisposition (#1240) (小雷 <<863837949@qq.com>>)
**others**
* [[`d32623b`](http://github.com/koajs/koa/commit/d32623baa7a6273d47be67d587ad4ea0ecffc5de)] - docs: Update error-handling.md (#1239) (urugator <<j.placek@centrum.cz>>)
2.5.3 / 2018-09-11
==================

View File

@ -1,6 +1,6 @@
{
"name": "koa",
"version": "2.5.3",
"version": "2.6.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {