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
|
| 1.1.0 / 2016-11-02
| ==================
|
| * feat: add more env SENDMESSAGE_ONE_PROCESS (#2)
|
| 1.0.5 / 2015-04-14
| ==================
|
| * support IS_NODE_DEV_RUNNER env
|
| 1.0.4 / 2014-12-04
| ==================
|
| * fix: try to detect node-dev env, dont use NODE_ENV
|
| 1.0.3 / 2014-11-21
| ==================
|
| * use NODE_ENV === 'development'
|
| 1.0.2 / 2014-11-21
| ==================
|
| * fix missing message on node-dev
|
| 1.0.1 / 2014-11-14
| ==================
|
| * fix: support cluster.fork() child process
|
| 1.0.0 / 2014-11-14
| ==================
|
| * first commit
|
|