Releases: node-modules/cfork
Releases · node-modules/cfork
v2.0.0
2.0.0 (2024-12-15)
⚠ BREAKING CHANGES
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
Summary by CodeRabbit
Release Notes
-
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.
Features
v1.11.0
v1.10.0
1.2.0
1.1.1
- Fix unexpectedExit event listeners length (@JacksonTian)
1.1.0
- defer add listenners, add options.refork, optional unexpectedExit event (@dead-horse)