Notable changes
-
performance
-
feature
- [BREAKING CHANGE] drop node <8 support
- upgrade to egg-core@4(base on koa 2), but still supports all the usages in egg 1
- upgrade built-in plugins to adapt egg@2
runInBackground
use location as scope name when anonymous
-
fix
- dump async function as AsyncFunction
-
document
- migration guide
- migrate some documents to async function
- split plugin and plugin development
- refactor the description about cluster client @vincenthou
- add document for how to customize error handler
- translate cookie and session @zhang-z
- translate basics/schedule.md, thanks @Azard
Commits
- [
8197826
] - docs: refine egg-and-koa with egg 2 (#1686) (Yiyu He <dead_horse@qq.com>) - [
757f275
] - fix: dump async function as AsyncFunction (#1687) (Yiyu He <dead_horse@qq.com>) - [
12edd64
] - test: use async function instead of generator function (#1684) (Yiyu He <dead_horse@qq.com>) - [
5513456
] - feat: runInBackground use location as scope name when anonymous (#1683) (Yiyu He <dead_horse@qq.com>) - [
212b077
] - doc: Add th.yml (#1682) (NatPi <31546528+NatJNP@users.noreply.github.com>) - [
3ddd67f
] - docs(advanced/cluster-client): refactor the description about cluster client (#1417) (vincent.hou <vincenthou365@gmail.com>) - [
3d948e4
] - docs(plugin): split plugin and plugin development (#1663) (TZ | 天猪 <atian25@qq.com>) - [
b1343ad
] - docs(core/unittest): translate unittest.md (#1660) (freebyron <freexiegd@gmail.com>) - [
fb2d96a
] - docs(app-start): generator -> async (#1662) (TZ | 天猪 <atian25@qq.com>) - [
12c0a8a
] - docs(quickstart): fix app.Service (#1661) (TZ | 天猪 <atian25@qq.com>) - [
49b0071
] - docs(core/cookie-and-session): translate section Cookie (#1562) (Zhongyuan <zhang.zhongyuan11@gmail.com>) - [
ac55d5e
] - docs: fix typo in async function (#1657) (BccSafe <bccsafe5988@gmail.com>) - [
9f362d8
] - docs(basics/schedule.md): translate (#1648) (Weilun Xiong <azardf4yy@gmail.com>) - [
448d094
] - deps: upgrade all plugins to adapt egg@2 (#1653) (Yiyu He <dead_horse@qq.com>) - [
4993ee8
] - docs(quickstart): generator -> async (#1650) (TZ | 天猪 <atian25@qq.com>) - [
8c6f16d
] - docs: how to customize error handler (#1651) (Yiyu He <dead_horse@qq.com>) - [
8e8869a
] - refactor: upgrade egg-core@4 (#1631) (Yiyu He <dead_horse@qq.com>)