Releases: eggjs/egg
Releases · eggjs/egg
2017-10-24, Version 1.10.0, @popomore
Notable changes
- feature
- add Subscription @popomore
- document
- multipart example @dead-horse
- fix document @atian25 @beilunyang
- improve schedule document @atian25
Commits
- [
6dd1594a5
] - docs: fix egg-scripts (#1552) (TZ | 天猪 <[email protected]>) - [
46ed6fac9
] - feat: add Subscription (#1469) (Haoliang Gao <[email protected]>) - [
c508f9fa7
] - docs: fix csrf (#1551) (TZ | 天猪 <[email protected]>) - [
7fb9bbf71
] - docs: fix typo (#1537) (悖论 <[email protected]>) - [
68c0e1a9c
] - docs: adjust new schedule (#1477) (TZ | 天猪 <[email protected]>) - [
aeae948ec
] - docs: adjust middleware config at framework (#1523) (TZ | 天猪 <[email protected]>) - [
7b37d2393
] - docs: multipart example use yield parts() (#1518) (Yiyu He <[email protected]>) - [
6846badc8
] - docs: add plugin.js description (#1499) (TZ | 天猪 <[email protected]>)
2017-09-25, Version 1.9.0, @gxcsoccer
Notable changes
- feature
- make cluster client configurable in egg
- don’t force logger to use INFO level in prod
- document
Commits
- [
21425e7
] - feat: make cluster client configurable in egg (#1459) (gxcsoccer <[email protected]>) - [
d0797b1
] - docs: correct sample codes (#1434) (Jawnkuin <[email protected]>) - [
6eac07e
] - refactor: httpclient args tracer to be enforced (#1421) (hui <[email protected]>) - [
c56274b
] - docs(development): fix devtools debug (#1428) (TZ | 天猪 <[email protected]>) - [
e3f29de
] - docs(development): adjust debug docs with new egg-bin debug (#1427) (AnzerWall <[email protected]>) - [
5a9531a
] - feat: don’t force logger to use INFO level in prod (#1218) (TZ | 天猪 <[email protected]>) - [
95fbd47
] - docs(deployment): port should be number (#1424) (TZ | 天猪 <[email protected]>)
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
- [
dd07cacb2
] - docs: fix typo on CONTRIBUTING.zh-CN.md (#1266) (SuperEwe <[email protected]>) - [
773343061
] - docs: only deploy docs at 8 (#1252) (TZ | 天猪 <[email protected]>) - [
4f2ebfda8
] - docs: fix const define (#1249) (TZ | 天猪 <[email protected]>) - [
45bea3cb5
] - docs(core-deployment): translate deployment.md in English (#1235) (Tony Chan <[email protected]>) - [
dda386e42
] - test: add test and doc for listen options (#1246) (Haoliang Gao <[email protected]>) - [
3ef1de952
] - feat: set cluster options, include path, port, hostname (#1231) (Haoliang Gao <[email protected]>) - [
e9f93cf83
] - refactor: export app.HttpClient that can be overwritten (#1234) (Haoliang Gao <[email protected]>) - [
96b3786eb
] - docs(core/error-handling): translate error-handling.md in English (#1228) (Tony Chan <[email protected]>) - [
c3c9fce55
] - docs(controller): examples use controller class (#1221) (Yiyu He <[email protected]>) - [
24f279005
] - docs: new VScode 1.14 default protocol changed. (#1212) (Anto <[email protected]>) - [
2b78b4cf8
] - docs: Fix config name from egg-Plugin to eggPlugin in plugin's doc (#1215) (hansen <[email protected]>)
2017-07-19, Version 1.6.1, @fengmk2
Notable changes
- fix
- make sure config.httpclient.httpAgent.timeout >= 30000, and distinguish
options: request, httpAgent and httpsAgent onconfig.httpclient
.
- make sure config.httpclient.httpAgent.timeout >= 30000, and distinguish
Commits
- [
988b8c8
] - fix: make sure config.httpclient.httpAgent.timeout >= 30000 (#1165) (fengmk2 <[email protected]>) - [
894005c
] - docs: (core/i18n): [translate] Done (#1194) (Darren Wong <[email protected]>) - [
410633b
] - chore: kill ssh-agent after deploy (#1204) (Haoliang Gao <[email protected]>) - [
05f4785
] - chore: add travis_wait to avoid deploying document timeout (#1201) (Haoliang Gao <[email protected]>) - [
367e1d6
] - docs: fix typo (#1191) (BingqiChan <[email protected]>)
2017-07-04, Version 1.6.0, @fengmk2
Notable changes
- feature
- tsd add ctx.logger and logger.error support Error object
- ignore any key contains "secret" on dump config files
- show who define the property of the config on
run/application_config_meta.json
- fix
- don't cache the intermediate locals for application
Commits
- [
5dc56fa
] - feat: ignore any key contains "secret" (#1156) (fengmk2 <[email protected]>) - [
74c8a54
] - feat: dumprun/${type}_config_meta.json
(#1155) (Haoliang Gao <[email protected]>) - [
b80bb14
] - fix: don't cache the intermediate locals for application (#1146) (Jackson Tian <[email protected]>) - [
7c70beb
] - docs: change istanbul to nyc (#1150) (TZ | 天猪 <[email protected]>) - [
c7a87a8
] - docs: adjust objects docs (#1140) (TZ | 天猪 <[email protected]>) - [
0052351
] - docs: improve plugin dependencies (#1061) (luicfer <[email protected]>) - [
4322212
] - docs: add missing class in objects.md (kaiye <[email protected]>) - [
daa8227
] - feat(tsd): add ctx.logger and logger.error support Error object (#1108) (Eward Song <[email protected]>) - [
7c2e436
] - docs: improve feature describe (#1102) (Yiyu He <[email protected]>) - [
5ae7814
] - chore: comments in english (#1101) (Yiyu He <[email protected]>) - [
9099be9
] - docs: unify config in quickstart (#1094) (Yiyu He <[email protected]>) - [
c31bc15
] - test: wait logger to flush (#1090) (Haoliang Gao <[email protected]>) - [
82d2158
] - docs: add Enclose.IO to Links (#1089) (Minqi Pan <[email protected]>)
2017-06-21, Version 1.5.0, @fengmk2
Notable changes
- feature
- better TypeScript support, add
index.d.ts
file. - enable overrideMethod middleware by default.
- better TypeScript support, add
- document
- Documents improved.
Commits
- [
1d02601
] - tsd: add another properties of FileStream (#1080) (Rwing <[email protected]>) - [
2b1644e
] - feat: add tsd (#1027) (Eward Song <[email protected]>) - [
a4ba2a2
] - feat: enable overrideMethod middleware by default (#1069) (fengmk2 <[email protected]>) - [
bfb8df5
] - docs: typo (#1060) (chenbin92 <[email protected]>) - [
64d1b00
] - docs: add chrome devtools debug information (#1050) (仙森 <[email protected]>) - [
4e510b2
] - chore: use app.httpRequest() instead of supertest (#1041) (fengmk2 <[email protected]>) - [
78a13d5
] - docs: add more description at quickstart (#1042) (TZ | 天猪 <[email protected]>) - [
ef7c864
] - docs: add ant.design link (#1037) (Haoliang Gao <[email protected]>) - [
f1b510c
] - feat: add config.logger.disableConsoleAfterReady (#1001) (fengmk2 <[email protected]>) - [
4890eda
] - docs: Uniform the standards that we should acquire this parsed parame… (#1038) (Ruanyq <[email protected]>) - [
9d705e4
] - test: make sure app close (#1030) (fengmk2 <[email protected]>) - [
1d72e37
] - docs: fix caseStyle link (#1033) (Desen Meng <[email protected]>) - [
9b50725
] - docs: (tutorials/index.md & async-function.md ): [translate] Done (#1028) (Darren Wong <[email protected]>) - [
3d04199
] - docs: typo (#1029) (Jerry Wu <[email protected]>) - [
13b7c19
] - test: node 8 (#976) (fengmk2 <[email protected]>) - [
1b108a7
] - docs: remove api that is from egg-rest (#1022) (Haoliang Gao <[email protected]>) - [
057bc47
] - test: add doc test (#989) (Haoliang Gao <[email protected]>) - [
c6eb7b2
] - doc: fix view config doc (#991) (当轩 <[email protected]>) - [
52865b4
] - docs: devtool inspect at 8.x (#1018) (TZ | 天猪 <[email protected]>) - [
8a120fd
] - docs: remove max time limit at schdule (#995) (TZ | 天猪 <[email protected]>) - [
9084c24
] - docs: add plugin list (#988) (Haoliang Gao <[email protected]>) - [
20a5d91
] - test: disable coverage for schedule (#987) (Haoliang Gao <[email protected]>) - [
3de963f
] - docs(basics/structure.md): [translate] (#970) (Weilun Xiong <[email protected]>) - [
2f232f3
] - docs: file must appear after other fiels when using getFileStream (#982) (Yiyu He <[email protected]>)
2017-05-28, Version 1.4.0, @dead-horse
Notable changes
-
feature
- use lru to aovid oom when httpclient dns cache enabled
-
fix
- fix port is missed when httpclient dns cache enabled
- fix request url object will be changed when httpclient dns cache enabled
- set maxSockets defautl value to Number.MAX_SAFE_INTEGER
-
document
- Documents improved. Thanks @DarrenWong, @zousandian, @lslxdx, @Azard, @JohnnyChen, @coogleyao, @DanielWLam, @m31271n, @Brian175
Commits
- [
7370a62
] - docs: translate tutorials/restful.md (#908) (Darren Wong <[email protected]>) - [
5d8ca65
] - docs: translatebasics/controller.md (#889) (lslxdx <[email protected]>) - [
5b959e0
] - docs: translate tutorials/progressive.md to English version (#966) (Darren Wong <[email protected]>) - [
35fa5a9c
] - fix: set maxSockets defautl value to Number.MAX_SAFE_INTEGER (#938) (tangyao <[email protected]>) - [
5b6fe2b
] - feat: use lru to aovid oom in dns cache httpclient (#961) (Yiyu He <[email protected]>) - [
3c5c0b8
] - docs: Fix objects.md typo (#969) (三点 <[email protected]>) - [
2bca50b
] - docs(core/unittest.md): update with app.httpRequest() (#943) (Weilun Xiong <[email protected]>) - [
713e033
] - docs: app.controller.foo instead of 'foo' (#942) (Yiyu He <[email protected]>) - [
cfc76ec
] - fix spell error from sign to signed (#932) (johnnychen <[email protected]>) - [
12499d6
] - docs: fix yield db.query for en (#930) (Yao Mengfei <[email protected]>) - [
25c7c95
] - docs: translate basics/router.md (#896) (lslxdx <[email protected]>) - [
a5c7ac4
] - docs: translate basics/service.md (lslxdx <[email protected]>) - [
7ee5de6
] - docs: translate basics/extend.md (#884) (DanielLam <[email protected]>) - [
9bf3a65
] - docs: Update env.md (#918) (m31271n <[email protected]>) - [
b3825f3
] - docs: fix objects.md (#928) (Yiyu He <[email protected]>) - [
fd04ea2
] - docs: add document for built-in objects (#914) (Yiyu He <[email protected]>) - [
6180d5d
] - docs: use names of constants declared (#923) (Yao Mengfei <[email protected]>) - [
02b02e0
] - docs: using a doctools as a external lib (#913) (Haoliang Gao <[email protected]>) - [
5113088
] - fix(docs): yield db.query (#921) (Yao Mengfei <[email protected]>) - [
ddd342c
] - docs: translate basic/config.md (#875) (Brian175 <[email protected]>) - [
ae99e5d
] - fix(docs): basics/structure.md link agent typo (#909) (Weilun Xiong <[email protected]>) - [
fac3e0c
] - refactor: rename private method name to symbol (#904) (Yu Qi <[email protected]>) - [
8115c57
] - docs: translate docs/source/zh-cn/tutorials/mysql.md (#883) (Darren Wong <[email protected]>) - [
e13c515
] - Release 1.3.0 (#885) (fengmk2 <[email protected]>)
2017-05-11, Version 1.3.0, @fengmk2
Notable changes
- document
- Documents improved. Thanks @Rwing, @lslxdx, @solarhell, @magicdawn
- API document is out https://eggjs.org/api/
- refactor
- Set coreLogger's consoleLevel to WARN in local env
Commits
- [
bd6681a
] - chore: typo eggg=>egg (#881) (Rwing <[email protected]>) - [
22c9cd9
] - docs: translated & proofread 'middleware.md' (#784) (lslxdx <[email protected]>) - [
e55a134
] - docs: Add a link to issue template (#853) (Haoliang Gao <[email protected]>) - [
b01d30e
] - docs: Fix typo. (#869) (jethro <[email protected]>) - [
b3403b5
] - docs: fix view typo (#867) (Tao <[email protected]>) - [
5d6e067
] - chore: add quality badge (#857) (仙森 <[email protected]>) - [
8d6755b
] - deps: upgrade dependencies (#854) (Haoliang Gao <[email protected]>) - [
bd0a827
] - refactor: set consoleLevel WARN of coreLogger in local (#850) (Haoliang Gao <[email protected]>) - [
af174ef
] - docs: Add API document to menu (#845) (Haoliang Gao <[email protected]>) - [
edfc07e
] - chore: generate puml (#842) (Haoliang Gao <[email protected]>)
2017-05-04, Version 1.2.1, @popomore
Notable changes
- fix
- loadPlugin can be extended
Commits
- [
13587667
] - fix(loader): loadPlugin can be extended (#836) (Haoliang Gao <[email protected]>) - [
1a027ad7
] - test: use assert instead of should (#837) (Haoliang Gao <[email protected]>) - [
89b4df9d
] - docs: fix wrong name in chinese router doc (#833) (Tomatoo <[email protected]>)
2017-04-28, Version 1.2.0, @popomore
Notable changes
- document
- Documents improved, Thanks @Rwing, @bingqichen, @okoala, @binsee, @lslxdx
- feature
Commits
- [
0757655c
] - feat: BaseContextClass add logger (#816) (Yiyu He <[email protected]>) - [
9871e450
] - docs: only use inspect at 7.x+ (#813) (TZ | 天猪 <[email protected]>) - [
394bf371
] - docs:Modify some words (#811) (binsee <[email protected]>) - [
1132779c
] - docs(head.swig):fix the document page anchor position offset. (#790) (binsee <[email protected]>) - [
9ef9d6aa
] - fix(package.json & doc.js): fix doc tool error. (#791) (binsee <[email protected]>) - [
90234efb
] - docs(middleware.md): fix grammar (lslxdx <[email protected]>) - [
9200a51d
] - docs(basic/controller.md): typo 'matchs' -> 'matches' (#802) (lslxdx <[email protected]>) - [
b4eb05b3
] - docs(zh-cn docs):fix some link and link text in docs (#789) (binsee <[email protected]>) - [
df1bf345
] - docs: add inspector protocol vscode debug (#776) (仙森 <[email protected]>) - [
a8893f7e
] - docs: add vscode debug (#751) (#767) (仙森 <[email protected]>) - [
d4c345d3
] - docs: typo fix "aync => async" (BingqiChen <[email protected]>) - [
492c97d6
] - docs: add vscode plugin link (#756) (TZ | 天猪 <[email protected]>) - [
2bf23fef
] - docs: link plugins to github search results (#755) (Yiyu He <[email protected]>) - [
5befb0b1
] - feat: remove egg logger local config (#695) (TZ | 天猪 <[email protected]>) - [
1ab42e02
] - docs: document for middleware order (#724) (Haoliang Gao <[email protected]>) - [
d6be9499
] - chore: remove chinese commnets (#749) (Yiyu He <[email protected]>) - [
3bdbcae2
] - docs: fix typo, egg-bin => egg-init (#747) (Rwing <[email protected]>)