2.0.0 (2024-12-15)
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
-
New Features
-
Introduced a new GitHub Actions workflow for automated package publishing.
-
Added TypeScript configuration to enhance type safety and modern JavaScript compatibility.
- New tests for child process management functionality.
-
Updates
- Updated ESLint configuration to utilize external presets.
- Modified GitHub Actions CI to specify a more precise Node.js version.
-
Enhanced README with installation and usage examples for ESM and TypeScript.
-
Updated package.json to reflect new module structure and dependencies.
-
Improved .gitignore to exclude additional temporary files and directories.
-
Bug Fixes
-
Improved .gitignore to exclude additional temporary files and directories.
-
Removals
-
Removed outdated JavaScript files and configurations in favor of CommonJS and TypeScript standards.
1.11.0 (2024-05-24)
1.10.0 (2024-02-23)
features
- [
def03e1
] - feat: support serialization options (#115) (sinkhaha <1468709106@qq.com>)
features
- [
769a682
] - feat: add cluster windowsHide support (#113) (QingDeng <zrl412@163.com>)
others
- [
178c391
] - docs: add windowsHide (dead-horse <dead_horse@qq.com>)
fixes
- [
3759155
] - fix: log should be info rather than error (#111) (Haoliang Gao <sakura9515@gmail.com>)
features
- [
9fb55a1
] - feat: allow master disable worker refork (#110) (fengmk2 <fengmk2@gmail.com>)
- fix: try to use exitedAfterDisconnect first (#109)
- chore: update badge
- feat: Add environment variables support for workers (#100)
- chore: fix eslint2 removed rules and spelling error (#90)
- fix: add more debug log (#74)
- feat: add execArgv support
- test: add 5, 4 node
- test(slave): add slave die and refork test case
- feat: add slave process support
- chore: fix
npm run autod
- fix: add options.autoCoverage to enable istanbul
- feat: support code coverage with istanbul
- fix: err maybe undefined
- test: Add iojs and node v0.12 into travis config
- fix: when worker has terminated before disconnect, don't fork (@JacksonTian)
- refactor: ignore undefined
- pick of meaningful options to setupMaster
- feat: support args and slient
- add limit for refork times in certain duration (@coderhaoxin)
- Fix unexpectedExit event listeners length (@JacksonTian)
- defer add listenners, add options.refork, optional unexpectedExit event (@dead-horse)
- improve disconnect and unexpected exit log
- work with graceful
- first release