From af921546e6d36208cb86999725ee4103df569e5c Mon Sep 17 00:00:00 2001 From: popomore Date: Thu, 27 Jul 2017 19:13:45 +0800 Subject: [PATCH 1/3] Release 1.7.0 --- History.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 984a8bbc2e..7335b23c04 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,28 @@ # History +## 2017-07-27, Version 1.7.0, @popomore + +### Notable changes + +* **feature** + * Support listen options in config.js +* **improve** + * `app.HttpClient` can be overwritten +* **document** + * Document improvement + * English documents have been translated by @gztchan + +### Commits + + * [[`45bea3cb5`](http://github.com/eggjs/egg/commit/45bea3cb55636a09160bfc66befca476994dacc8)] - docs(core-deployment): translate deployment.md in English (#1235) (Tony Chan <>) + * [[`dda386e42`](http://github.com/eggjs/egg/commit/dda386e425ce96019f3d068e66603f80af966571)] - test: add test and doc for listen options (#1246) (Haoliang Gao <>) + * [[`3ef1de952`](http://github.com/eggjs/egg/commit/3ef1de95247aa3e3fdcbda71fe83e58a892a13d6)] - feat: set cluster options, include path, port, hostname (#1231) (Haoliang Gao <>) + * [[`e9f93cf83`](http://github.com/eggjs/egg/commit/e9f93cf83d46fd84c8c6b10ec2e7e3eb2bf24f9d)] - refactor: export app.HttpClient that can be overwritten (#1234) (Haoliang Gao <>) + * [[`96b3786eb`](http://github.com/eggjs/egg/commit/96b3786eb9640c9ec2d71a5a0a0b18ee32e9e3ad)] - docs(core/error-handling): translate error-handling.md in English (#1228) (Tony Chan <>) + * [[`c3c9fce55`](http://github.com/eggjs/egg/commit/c3c9fce557a8d8c57b2a5e5391d1c11a81ceeaa7)] - docs(controller): examples use controller class (#1221) (Yiyu He <>) + * [[`24f279005`](http://github.com/eggjs/egg/commit/24f2790051c0d248f6df9850ffe8513dc11e5780)] - docs: new VScode 1.14 default protocol changed. (#1212) (Anto <>) + * [[`2b78b4cf8`](http://github.com/eggjs/egg/commit/2b78b4cf8275171ddf788550745edc3aef948ca7)] - docs: Fix config name from egg-Plugin to eggPlugin in plugin's doc (#1215) (hansen <>) + ## 2017-07-19, Version 1.6.1, @fengmk2 ### Notable changes diff --git a/package.json b/package.json index d81461d39e..83feaff29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg", - "version": "1.6.1", + "version": "1.7.0", "description": "A web framework's framework for Node.js", "keywords": [ "web", From 4a5ee0cf3ef0ca3ee99cf7d97edd66f78aae9f44 Mon Sep 17 00:00:00 2001 From: popomore Date: Fri, 28 Jul 2017 15:17:46 +0800 Subject: [PATCH 2/3] f --- History.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.md b/History.md index 7335b23c04..a232a5e4e1 100644 --- a/History.md +++ b/History.md @@ -14,6 +14,8 @@ ### Commits + * [[`773343061`](http://github.com/eggjs/egg/commit/7733430614d62392fa1b06568e223ce2ae5b3709)] - docs: only deploy docs at 8 (#1252) (TZ | 天猪 <>) + * [[`4f2ebfda8`](http://github.com/eggjs/egg/commit/4f2ebfda81c067ba500ee22ac30c8b201f746cac)] - docs: fix const define (#1249) (TZ | 天猪 <>) * [[`45bea3cb5`](http://github.com/eggjs/egg/commit/45bea3cb55636a09160bfc66befca476994dacc8)] - docs(core-deployment): translate deployment.md in English (#1235) (Tony Chan <>) * [[`dda386e42`](http://github.com/eggjs/egg/commit/dda386e425ce96019f3d068e66603f80af966571)] - test: add test and doc for listen options (#1246) (Haoliang Gao <>) * [[`3ef1de952`](http://github.com/eggjs/egg/commit/3ef1de95247aa3e3fdcbda71fe83e58a892a13d6)] - feat: set cluster options, include path, port, hostname (#1231) (Haoliang Gao <>) From 33878709d2c944b7541f013eab01dad26ea1321a Mon Sep 17 00:00:00 2001 From: popomore Date: Tue, 1 Aug 2017 15:27:47 +0800 Subject: [PATCH 3/3] f --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index a232a5e4e1..221fb4f86e 100644 --- a/History.md +++ b/History.md @@ -14,6 +14,7 @@ ### Commits + * [[`dd07cacb2`](http://github.com/eggjs/egg/commit/dd07cacb209565cc8bdc240b2a3bd7f624a3e56c)] - docs: fix typo on CONTRIBUTING.zh-CN.md (#1266) (SuperEwe <>) * [[`773343061`](http://github.com/eggjs/egg/commit/7733430614d62392fa1b06568e223ce2ae5b3709)] - docs: only deploy docs at 8 (#1252) (TZ | 天猪 <>) * [[`4f2ebfda8`](http://github.com/eggjs/egg/commit/4f2ebfda81c067ba500ee22ac30c8b201f746cac)] - docs: fix const define (#1249) (TZ | 天猪 <>) * [[`45bea3cb5`](http://github.com/eggjs/egg/commit/45bea3cb55636a09160bfc66befca476994dacc8)] - docs(core-deployment): translate deployment.md in English (#1235) (Tony Chan <>)