333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
 
3.6.2 / 2019-04-29
==================
 
**fixes**
  * [[`98a0cf7`](http://github.com/eggjs/egg-schedule/commit/98a0cf78012bd138cd8b0893c1acb6527cfecf0e)] - fix: runSchedule should pass args (#47) (TZ | 天猪 <<atian25@qq.com>>)
 
**others**
  * [[`77fc7d3`](http://github.com/eggjs/egg-schedule/commit/77fc7d3b46d1c57acc69cb3931241f9cb8165a38)] - docs: fix ctx ref (#46) (祝传鹏 <<Luomusha@gmail.com>>)
 
3.6.1 / 2019-03-20
==================
 
**others**
  * [[`0960ff8`](http://github.com/eggjs/egg-schedule/commit/0960ff8f058c2bbb8ad2afb333bc557d719ec99b)] - chore: use relative log path (#45) (TZ | 天猪 <<atian25@qq.com>>)
 
3.6.0 / 2018-12-18
==================
 
**features**
  * [[`2c64d3c`](https://github.com/eggjs/egg-schedule/commit/2c64d3c6dd386dedaa784180ebb6c61b89fd1d53)] - feat: support custom directory (#43) (TZ <<atian25@qq.com>>)
 
3.5.0 / 2018-12-05
==================
 
**features**
  * [[`1aaf2d5`](http://github.com/eggjs/egg-schedule/commit/1aaf2d5675253d125eacca8bfd77813ecc151d2a)] - feat: support custom directory (#43) (Haoliang Gao <<sakura9515@gmail.com>>)
 
**fixes**
  * [[`4dbf9d9`](http://github.com/eggjs/egg-schedule/commit/4dbf9d9d3785b19eb772704c724c421e1017922a)] - fix: unit-test in 'schedule.test.js' (#41) (Maledong <<maledong_github@outlook.com>>)
 
**others**
  * [[`571bf9f`](http://github.com/eggjs/egg-schedule/commit/571bf9f28ed229f957fa70067786061a89dc1049)] - doc: Add notice for the evil 'setInterval' (#42) (Maledong <<maledong_github@outlook.com>>)
  * [[`07e4e23`](http://github.com/eggjs/egg-schedule/commit/07e4e238f198fbf935ac5e7fff279f349e11a6b5)] - docs: fix example in readme (cwtuan <<cwtuan@users.noreply.github.com>>)
 
3.4.0 / 2018-06-30
==================
 
**features**
  * [[`417a764`](http://github.com/eggjs/egg-schedule/commit/417a7643807e56a432703e64f76923b60e1053ba)] - feat: support `schedule.env` (#39) (TZ | 天猪 <<atian25@qq.com>>)
 
3.3.0 / 2018-02-24
==================
 
  * feat: optimize logger msg (#38)
 
3.2.1 / 2018-02-07
==================
 
  * chore: fix doctools (#37)
 
3.2.0 / 2018-02-06
==================
 
**features**
  * [[`2003369`](http://github.com/eggjs/egg-schedule/commit/200336963cdf2404b926fa1c36223c41229cf32d)] - feat: egg-schedule.log && support send with args (#35) (TZ | 天猪 <<atian25@qq.com>>)
 
3.1.1 / 2017-11-20
==================
 
**fixes**
  * [[`9ff3974`](http://github.com/eggjs/egg-schedule/commit/9ff3974683e1f4ade72ccbe2448a3c68d7826530)] - fix: use ctx.coreLogger to record schedule log (#34) (Yiyu He <<dead_horse@qq.com>>)
 
3.1.0 / 2017-11-16
==================
 
**features**
  * [[`69a588e`](https://github.com/eggjs/egg-schedule/commit/69a588e5ffbb5a01ed3084bfb9f6c2a792963db4)] - feat: run a scheduler only once at startup (#33) (zhennann <<zhen.nann@icloud.com>>)
 
3.0.0 / 2017-11-10
==================
 
**others**
  * [[`925f1c3`](http://github.com/eggjs/egg-schedule/commit/925f1c38ffb5c8d73e91fe96e6e7fc30c3f43c5f)] - refactor: remove old stype strategy support [BREAKING CHANGE] (#29) (TZ | 天猪 <<atian25@qq.com>>)
  * [[`4cdfa20`](http://github.com/eggjs/egg-schedule/commit/4cdfa204f1da36288328bf30acb0564da1e3d1b5)] - test: change to extend Subscription (#28) (TZ | 天猪 <<atian25@qq.com>>)
 
2.6.0 / 2017-10-16
==================
 
**features**
  * [[`f901df4`](http://github.com/eggjs/egg-schedule/commit/f901df4e895d440c9d3bc96e172d3cc87be95255)] - feat: Strategy interface change to start() (#26) (TZ | 天猪 <<atian25@qq.com>>)
  * [[`c7816f2`](http://github.com/eggjs/egg-schedule/commit/c7816f2eb8ca668c92c1671b1d149c78dd73551e)] - feat: support class (#25) (Haoliang Gao <<sakura9515@gmail.com>>)
 
**others**
  * [[`8797489`](http://github.com/eggjs/egg-schedule/commit/8797489f914a34bf56ecc68575b0b7e490628b5a)] - docs: use subscription (#27) (Haoliang Gao <<sakura9515@gmail.com>>)
 
2.5.1 / 2017-10-11
==================
 
  * fix: publish files (#24)
 
2.5.0 / 2017-10-11
==================
 
  * refactor: classify (#23)
  * test: sleep after runSchedule (#22)
 
2.4.1 / 2017-06-06
==================
 
  * fix: use safe-timers only large than interval && add tests (#21)
 
2.4.0 / 2017-06-05
==================
 
  * feat: use safe-timers to support large delay (#19)
 
2.3.1 / 2017-06-04
==================
 
  * docs: fix License url (#20)
  * test: fix test on windows (#18)
  * chore: upgrade all deps (#17)
 
2.3.0 / 2017-02-08
==================
 
  * feat: task support async function (#13)
  * test: move app.close to afterEach (#12)
  * chore: upgrade deps and fix test (#11)
 
2.2.1 / 2016-10-25
==================
 
  * fix: start schedule after egg-ready (#10)
 
2.2.0 / 2016-09-29
==================
 
  * feat: export app.schedules (#9)
  * doc:fix plugin.js config demo (#8)
 
2.1.0 / 2016-08-18
==================
 
  * refactor: use FileLoader to load schedule files (#7)
 
2.0.0 / 2016-08-16
==================
 
  * Revert "Release 1.1.1"
  * refactor: use loader.getLoadUnits from egg-core (#6)
 
1.1.0 / 2016-08-15
==================
 
  * docs: add readme (#5)
  * feat: support immediate (#4)
 
1.0.0 / 2016-08-10
==================
 
  * fix: correct path in ctx (#3)
 
0.1.0 / 2016-07-26
==================
 
  * fix: use absolute path for store key (#2)
  * test: add test cases (#1)
 
0.0.1 / 2016-07-15
==================
 
  * init