3.0.1 (2024-12-11)
3.0.0 (2024-06-23)
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
2.0.0 (2023-06-13)
- Drop Node.js < 14 support
- support worker_threads ipc (#3) (3a27475)
- use github action and drop non-lts Node.js support (#4) (9592a9b)
- feat: add more env SENDMESSAGE_ONE_PROCESS (#2)
- support IS_NODE_DEV_RUNNER env
- fix: try to detect node-dev env, dont use NODE_ENV
- use NODE_ENV === 'development'
- fix missing message on node-dev
- fix: support cluster.fork() child process
- first commit