Releases: eggjs/egg
Releases · eggjs/egg
2017-04-11, Version 1.1.0, @fengmk2
Notable changes
- document
- Lots of documents improve and typo fixes. Thanks @lslxdx, @zhennann, @dotnil, @no7dw, @cuyl, @Andiedie, @kylezhang,
@SF-Zhou, @yandongxu, @jemmyzheng, @Carrotzpc, @zbinlin, @OneNewLife, @monkindey, @simman,
@demohi, @xwang1024 and @davidnotes
- Lots of documents improve and typo fixes. Thanks @lslxdx, @zhennann, @dotnil, @no7dw, @cuyl, @Andiedie, @kylezhang,
- feature
- fix
- remove unused
jsonp
context delegate to response, please use jsonp middleware instead #739
- remove unused
Commits
- [
241b4e8
] - feat: expose egg.Controller and egg.Service (#741) (Yiyu He <[email protected]>) - [
26efa42
] - fix: remove unused jsonp delegate (#739) (Yiyu He <[email protected]>) - [
c33523d
] - feat: export context base classes on Application (#737) (fengmk2 <[email protected]>) - [
ee127ad
] - docs: add sub directory support for controller (#734) (Yiyu He <[email protected]>) - [
88a1669
] - docs: typo at controller.md (#720) (lslxdx <[email protected]>) - [
4c298c2
] - docs: async-function typo, change generator to async (#712) (zhennann <[email protected]>) - [
a9d27d0
] - docs: add schedule max interval (#711) (Yiyu He <[email protected]>) - [
9e94b7b
] - docs: little grammar issues (#707) (Chen Yangjian <[email protected]>) - [
a4d12ec
] - chore: remove unused config (#694) (Yiyu He <[email protected]>) - [
88449f9
] - docs: add webstorm debug (#689) (TZ | 天猪 <[email protected]>) - [
8517625
] - docs: correct spelling mistake (#682) (Wade Deng <[email protected]>) - [
92ef92b
] - docs: faq add where are my logs (#680) (Yiyu He <[email protected]>) - [
b8fc4e4
] - deps: use extend2 instead of extend (#674) (Yiyu He <[email protected]>) - [
0ccbcf9
] - docs: fix example code syntax error & typos (#672) (cuyl <[email protected]>) - [
1486705
] - docs: security match and ignore (#668) (Yiyu He <[email protected]>) - [
7ab3791
] - test: test for closing logger (#667) (Haoliang Gao <[email protected]>) - [
5f5cf91
] - docs(quickstart): tip for controller and config style (#666) (TZ | 天猪 <[email protected]>) - [
e47c24b
] - docs: fix example code typos (#629) (SF-Zhou <[email protected]>) - [
7900576
] - docs: fix egg-session-redis code (#642) (周长安 <[email protected]>) - [
8c77e59
] - feat: warn if some confused configurations exist in config (#637) (Yiyu He <[email protected]>) - [
cd8c659
] - docs: fix some typo (#638) (kyle <[email protected]>) - [
7d830b7
] - docs: fix reference framework path (#634) (kyle <[email protected]>) - [
a471e93
] - docs: fix example code in basics/middleware (#624) (SF-Zhou <[email protected]>) - [
e87c170
] - docs: fix code syntax (#628) (dongxu <[email protected]>) - [
531dadd
] - docs(security): Cookie of token, the key must be csrfToken (#625) (jemmy zheng <[email protected]>) - [
8d73b02
] - docs: move cnzz to layout (#622) (Haoliang Gao <[email protected]>) - [
077bebe
] - docs: fix table render error in en env.md (#621) (SF-Zhou <[email protected]>) - [
990d45e
] - docs: fixed table render error in env.md (#619) (SF-Zhou <[email protected]>) - [
e9428ba
] - docs: improve left padding when window between 1005 and 1130 (#617) (Haoliang Gao <[email protected]>) - [
c22e005
] - docs: turn off safe write in Jetbrains softwares (#614) (Shawn <[email protected]>) - [
2296b7b
] - docs: fix document deploy (#609) (Haoliang Gao <[email protected]>)
2017-03-21, Version 1.0.0, @popomore
Release the first stable version 🥚 👏👏👏
Commits
- [
a3ad38d
] - docs: fix HttpClient link in docs (#599) (Luobo Zhang <[email protected]>) - [
242a4a1
] - docs: fix session's maxage (#598) (Yiyu He <[email protected]>) - [
ee77e5c
] - docs: fix some typo (#597) (kyle <[email protected]>) - [
984d732
] - refactor: app.cluster auto bind this (#570) (zōng yǔ <[email protected]>) - [
4687f0f
] - docs: fix session link (#595) (TZ | 天猪 <[email protected]>) - [
3849c1c
] - docs: fix typo of httpclient & unittest (#591) (kyle <[email protected]>) - [
871aa82
] - docs: add gitter & more controller ctx style (#585) (TZ | 天猪 <[email protected]>) - [
a172960
] - docs: typo (kyle <[email protected]>) - [
54c10bc
] - docs: change controller showcase style to ctx (#568) (TZ | 天猪 <[email protected]>) - [
d131f23
] - docs: fix typo in docs (#563) (Jason Lee <[email protected]>) - [
497b9a9
] - docs(faq): fix cluster link (#557) (Mars Wong <[email protected]>) - [
0d37e42
] - docs: update the style for search (#558) (TZ | 天猪 <[email protected]>) - [
24ef44f
] - docs: fix typo (#565) (Colin Cheng <[email protected]>) - [
9eecf7b
] - docs: rule for transforming filepath to properties (#547) (Haoliang Gao <[email protected]>) - [
d088283
] - feat: show warning message with call stack (#549) (fengmk2 <[email protected]>) - [
4a89c3b
] - docs: replace customEgg to framework (#545) (fengmk2 <[email protected]>) - [
c1464fb
] - docs: more detail for mysql dynamic create (#540) (TZ | 天猪 <[email protected]>)