|
1 | 1 | # History
|
2 | 2 |
|
3 |
| -## 2017-11-13, Version 2.0.0-beta.2, @dead-horse |
| 3 | +## 2017-11-20, Version 2.0.0, @dead-horse |
4 | 4 |
|
5 | 5 | ### Notable changes
|
6 | 6 |
|
7 | 7 | * **feature**
|
| 8 | + * [BREAKING CHANGE] drop node <8 support |
| 9 | + * upgrade to egg-core@4(base on koa 2), but still supports all the usages in egg 1 |
8 | 10 | * upgrade built-in plugins to adapt egg@2
|
| 11 | + * `runInBackground` use location as scope name when anonymous |
| 12 | + |
| 13 | +* **fix** |
| 14 | + * dump async function as AsyncFunction |
9 | 15 |
|
10 | 16 | * **document**
|
11 |
| - * translate basics/schedule.md, thanks @Azard |
12 |
| - * change quickstart examples to async function |
| 17 | + * migrate some documents to async function |
| 18 | + * split plugin and plugin development |
| 19 | + * refactor the description about cluster client @vincenthou |
13 | 20 | * add document for how to customize error handler
|
14 |
| - * fix typo in async function |
| 21 | + * translate cookie and session @zhang-z |
| 22 | + * translate basics/schedule.md, thanks @Azard |
15 | 23 |
|
16 | 24 | ### Commits
|
17 | 25 |
|
| 26 | + * [[`8197826`](http://github.com/eggjs/egg/commit/8197826a8dca062c91ba45c235cec66a93f335a4)] - docs: refine egg-and-koa with egg 2 ( #1686) (Yiyu He < <[email protected]>>) |
| 27 | + * [[`757f275`](http://github.com/eggjs/egg/commit/757f275a16741c670f210876408aaeefe5797a23)] - fix: dump async function as AsyncFunction ( #1687) (Yiyu He < <[email protected]>>) |
| 28 | + * [[`12edd64`](http://github.com/eggjs/egg/commit/12edd64915164df6b2d5fed9e179e90954f25687)] - test: use async function instead of generator function ( #1684) (Yiyu He < <[email protected]>>) |
| 29 | + * [[`5513456`](http://github.com/eggjs/egg/commit/5513456e2c702fdc1b7a500f8d8d58048d1041fa)] - feat: runInBackground use location as scope name when anonymous ( #1683) (Yiyu He < <[email protected]>>) |
| 30 | + * [[`212b077`](http://github.com/eggjs/egg/commit/212b077993cff01c08c55fa4545c324adb96322c)] - doc: Add th.yml ( #1682) (NatPi < <[email protected]>>) |
| 31 | + * [[`3ddd67f`](http://github.com/eggjs/egg/commit/3ddd67fbbb83a783541118a05d7e0febb2fde7f3)] - docs(advanced/cluster-client): refactor the description about cluster client ( #1417) (vincent.hou < <[email protected]>>) |
| 32 | + * [[`3d948e4`](http://github.com/eggjs/egg/commit/3d948e44e55fbb88c318a8f14fa7a0b0a8b71b4e)] - docs(plugin): split plugin and plugin development ( #1663) (TZ | 天猪 < <[email protected]>>) |
| 33 | + * [[`b1343ad`](http://github.com/eggjs/egg/commit/b1343ad55f08b15f8084104c54db0b5975716323)] - docs(core/unittest): translate unittest.md ( #1660) (freebyron < <[email protected]>>) |
| 34 | + * [[`fb2d96a`](http://github.com/eggjs/egg/commit/fb2d96ae8e1759edc9126a2920f9028b6e4d15df)] - docs(app-start): generator -> async ( #1662) (TZ | 天猪 < <[email protected]>>) |
| 35 | + * [[`12c0a8a`](http://github.com/eggjs/egg/commit/12c0a8afb8cd332037670f7db8e8662566c1407f)] - docs(quickstart): fix app.Service ( #1661) (TZ | 天猪 < <[email protected]>>) |
| 36 | + * [[`49b0071`](http://github.com/eggjs/egg/commit/49b00712de6eed7c386b07c7c91082ef36cc667f)] - docs(core/cookie-and-session): translate section Cookie ( #1562) (Zhongyuan << [email protected]>>) |
18 | 37 | * [[`ac55d5e`](http://github.com/eggjs/egg/commit/ac55d5eb0b90e2333e3d92523075615e80835647)] - docs: fix typo in async function ( #1657) (BccSafe < <[email protected]>>)
|
19 | 38 | * [[`9f362d8`](http://github.com/eggjs/egg/commit/9f362d878b61e1144ceab851215dbafb974fb85f)] - docs(basics/schedule.md): translate ( #1648) (Weilun Xiong < <[email protected]>>)
|
20 | 39 | * [[`448d094`](http://github.com/eggjs/egg/commit/448d0945c0030d2f2bdf8e0f85ccfcbde4ba2b25)] - deps: upgrade all plugins to adapt egg@2 ( #1653) (Yiyu He < <[email protected]>>)
|
21 | 40 | * [[`4993ee8`](http://github.com/eggjs/egg/commit/4993ee8fae81bf14f92c86ac1d4d952d62e1d165)] - docs(quickstart): generator -> async ( #1650) (TZ | 天猪 < <[email protected]>>)
|
22 | 41 | * [[`8c6f16d`](http://github.com/eggjs/egg/commit/8c6f16d64834d46b0689ce079cc5d71155848ac8)] - docs: how to customize error handler ( #1651) (Yiyu He < <[email protected]>>)
|
23 |
| - |
24 |
| -## 2017-11-09, Version 2.0.0-beta.1, @dead-horse |
25 |
| - |
26 |
| -### Notable changes |
27 |
| - |
28 |
| -* **feature** |
29 |
| - * [BREAKING CHANGE] drop node <8 support |
30 |
| - * upgrade to egg-core@4(base on koa 2), but still supports all the usages in egg 1 |
31 |
| - |
32 |
| -### Commits |
33 |
| - |
34 | 42 | * [[`8e8869a`](http://github.com/eggjs/egg/commit/8e8869a4d73908503cf1f60de3be49461639ca08)] - refactor: upgrade egg-core@4 ( #1631) (Yiyu He < <[email protected]>>)
|
35 | 43 |
|
36 | 44 | ## 2017-11-08, Version 1.11.0, @dead-horse
|
|
0 commit comments