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
 
3.1.0 / 2018-09-20
==================
 
**others**
  * [[`0c5269a`](http://github.com/eggjs/egg-watcher/commit/0c5269ad940002ecb442900d4fa285c8d45e014e)] - refactor: reduce same logic codes and add more log (#11) (fengmk2 <<fengmk2@gmail.com>>)
 
3.0.0 / 2017-11-10
==================
 
**others**
  * [[`c1d8460`](http://github.com/eggjs/egg-watcher/commit/c1d846066f1d12ace466bf486412930e789d2e92)] - refactor: use async function and support egg@2 (#10) (Yiyu He <<dead_horse@qq.com>>)
 
2.2.0 / 2017-09-08
==================
 
  * feat: add event source event logs (#9)
 
2.1.3 / 2017-06-04
==================
 
  * docs: fix License url (#8)
 
2.1.2 / 2017-05-03
==================
 
  * chore: upgrade dependencies (#7)
 
2.1.1 / 2017-04-13
==================
 
  * fix: should support watch one file multiple times (#6)
  * test: add config.keys to fix tests (#5)
 
2.1.0 / 2017-02-17
==================
 
  * feat: pass custom options (#4)
  * docs: how to customize event source (#3)
 
2.0.0 / 2017-01-25
==================
 
  * feat: [BREAK CHANGE]  use cluster-client (#2)
 
1.0.0 / 2016-07-20
==================
 
  * Initial commit