Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4df0871

Browse files
authored
Release 2.16.1 (eggjs#4299)
1 parent 9c67298 commit 4df0871

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

‎History.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# History
22

3+
## 2020-05-13, Version 2.26.1 @dead-horse
4+
5+
### Notable Changes
6+
7+
* **fixes**
8+
* runInBackground always run after setImmediate
9+
10+
* **docs**
11+
* imporve docs
12+
* imporve typings
13+
14+
### Commits
15+
16+
* [[`9c67298d6`](http://github.com/eggjs/egg/commit/9c67298d69946d4ba0887c3648d3404e835c6902)] - test: run test on node 14 (#4272) (fengmk2 <<[email protected]>>)
17+
* [[`427a30a07`](http://github.com/eggjs/egg/commit/427a30a071d248cc2e5e15bb4bad35f3058e867f)] - test: make dnscache test case more stable (#4297) (Yiyu He <<[email protected]>>)
18+
* [[`64efd076b`](http://github.com/eggjs/egg/commit/64efd076bf9d937e36748f89bada6fce186913cd)] - fix: runInBackground always run after setImmediate (#4296) (Yiyu He <<[email protected]>>)
19+
* [[`69923977a`](http://github.com/eggjs/egg/commit/69923977a7e5c0825f2fc5c616852b0721411a0c)] - docs: Update doc for config of logger.consoleLevel (#4276) (xuxu <<[email protected]>>)
20+
* [[`7b6e4371c`](http://github.com/eggjs/egg/commit/7b6e4371c7367583627977a0ca4aa2ff66e28429)] - docs(typescript): Add --noEmit to unittest example code (#4250) (Ink <<[email protected]>>)
21+
* [[`3413e35fd`](http://github.com/eggjs/egg/commit/3413e35fd86408896e5c0b7e77ec2528ac08c9f9)] - chore: fix typo (#4234) (zoomdong <<[email protected]>>)
22+
* [[`b4b9b50af`](http://github.com/eggjs/egg/commit/b4b9b50af1bb842e0138fc236d45882188698123)] - doc (socketio): fix packet middleware bug (#4204) (zfx <<[email protected]>>)
23+
* [[`2fcd605c6`](http://github.com/eggjs/egg/commit/2fcd605c6397480b0a5add9c11f7c7d071393de5)] - docs: update bodyParser types and doc (#4192) (sexy pig <<[email protected]>>)
24+
* [[`5e2bad0c4`](http://github.com/eggjs/egg/commit/5e2bad0c421952b7c84471df06d2ca80c20fa14c)] - docs: fix typo in router (#4203) (Xuemuyang <<[email protected]>>)
25+
* [[`1181a675c`](http://github.com/eggjs/egg/commit/1181a675cae08c2d6952b8c15a3a9375947e220b)] - docs(plugin): format en/basics/plugin.md (#4168) (chs97 <<[email protected]>>)
26+
* [[`e9011e8f3`](http://github.com/eggjs/egg/commit/e9011e8f332a97da7e6e112d0f1ded42f0b5db42)] - feat: add http method patch to typings (#4125) (xiaoxu <<[email protected]>>)
27+
* [[`2109505b4`](http://github.com/eggjs/egg/commit/2109505b40a159cd047075e566e9465b1ad5a365)] - test: fix doctools path on windows (#4090) (fengmk2 <<[email protected]>>)
28+
29+
330
## 2019-12-07, Version 2.26.0 @fengmk2
431

532
### Notable changes

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "2.26.0",
3+
"version": "2.26.1",
44
"description": "A web framework's framework for Node.js",
55
"keywords": [
66
"web",

0 commit comments

Comments
 (0)