mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
Release 1.14.0 (#2494)
This commit is contained in:
parent
58695707dd
commit
f7aa925547
11
History.md
11
History.md
@ -1,6 +1,17 @@
|
||||
|
||||
# History
|
||||
|
||||
## 2018-05-03, Version 1.14.0 @popomore
|
||||
|
||||
### Notable changes
|
||||
|
||||
* **feature**
|
||||
* add time duration for dump config
|
||||
|
||||
### Commits
|
||||
|
||||
* [[`58695707d`](http://github.com/eggjs/egg/commit/58695707dd9e7a393d9ce3b12f9ccd3a352740a5)] - feat: add time duration for dump config (#2485) (#2491) (Haoliang Gao <<sakura9515@gmail.com>>)
|
||||
|
||||
## 2018-04-16, Version 1.13.3 @dead-horse
|
||||
|
||||
### Notable changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "egg",
|
||||
"version": "1.13.3",
|
||||
"version": "1.14.0",
|
||||
"description": "A web framework's framework for Node.js",
|
||||
"keywords": [
|
||||
"web",
|
||||
|
||||
@ -179,7 +179,7 @@ describe('test/lib/core/httpclient.test.js', () => {
|
||||
});
|
||||
|
||||
describe('httpclient tracer', () => {
|
||||
const url = 'https://eggjs.org/';
|
||||
const url = 'https://www.alibaba.com/';
|
||||
let app;
|
||||
before(() => {
|
||||
app = utils.app('apps/httpclient-tracer');
|
||||
@ -339,7 +339,7 @@ describe('test/lib/core/httpclient.test.js', () => {
|
||||
|
||||
assert(res.status === 200);
|
||||
|
||||
res = yield httpclient.request('https://www.npmjs.com', {
|
||||
res = yield httpclient.request('https://www.alibaba.com', {
|
||||
method: 'GET',
|
||||
timeout: 20000,
|
||||
});
|
||||
@ -375,7 +375,7 @@ describe('test/lib/core/httpclient.test.js', () => {
|
||||
});
|
||||
assert(res.status === 200);
|
||||
|
||||
res = yield httpclient.request('https://www.npmjs.com', {
|
||||
res = yield httpclient.request('https://www.alibaba.com', {
|
||||
method: 'GET',
|
||||
timeout: 20000,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user