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
 
1.7.1 / 2017-11-07
==================
 
**fixes**
  * [[`3759155`](http://github.com/node-modules/cfork/commit/3759155234876d740d60d838e2583ca0d74aa7e3)] - fix: log should be info rather than error (#111) (Haoliang Gao <<sakura9515@gmail.com>>)
 
1.7.0 / 2017-09-25
==================
 
**features**
  * [[`9fb55a1`](http://github.com/node-modules/cfork/commit/9fb55a10f62b1da6fd7da9ac59178dd0e3a32d67)] - feat: allow master disable worker refork (#110) (fengmk2 <<fengmk2@gmail.com>>)
 
1.6.1 / 2017-06-11
==================
 
  * fix:  try to use exitedAfterDisconnect first (#109)
  * chore: update badge
 
1.6.0 / 2016-11-18
==================
 
  * feat: Add environment variables support for workers (#100)
  * chore: fix eslint2 removed rules and spelling error (#90)
 
1.5.1 / 2016-06-23
==================
 
  * fix: add more debug log (#74)
 
1.5.0 / 2016-05-06
==================
 
  * feat: add execArgv support
  * test: add 5, 4 node
 
1.4.0 / 2015-11-04
==================
 
 * test(slave): add slave die and refork test case
 * feat: add slave process support
 * chore: fix `npm run autod`
 
1.3.1 / 2015-08-31
==================
 
 * fix: add options.autoCoverage to enable istanbul
 
1.3.0 / 2015-08-30
==================
 
 * feat: support code coverage with istanbul
 
1.2.4 / 2015-06-03
==================
 
 * fix: err maybe undefined
 
1.2.3 / 2015-05-09
==================
 
 * test: Add iojs and node v0.12 into travis config
 * fix: when worker has terminated before disconnect, don't fork (@JacksonTian)
 
1.2.2 / 2014-11-06
==================
 
 * refactor: ignore undefined
 * pick of meaningful options to setupMaster
 
1.2.1 / 2014-11-01
==================
 
 * feat: support args and slient
 
1.2.0 / 2014-09-27
==================
 
 * add limit for refork times in certain duration (@coderhaoxin)
 
1.1.1 / 2014-09-17
==================
 
 * Fix unexpectedExit event listeners length (@JacksonTian)
 
1.1.0 / 2014-08-08
==================
 
 * defer add listenners, add options.refork, optional unexpectedExit event (@dead-horse)
 
1.0.1 / 2014-08-04
==================
 
 * improve disconnect and unexpected exit log
 
1.0.0 / 2014-08-04
==================
 
 * work with graceful
 * first release