Skip to content

Releases: node-modules/cfork

v2.0.0

15 Dec 11:15
Compare
Choose a tag to compare

2.0.0 (2024-12-15)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

24 May 01:47
Compare
Choose a tag to compare

1.11.0 (2024-05-24)

Features


This release is also available on:

v1.10.0

23 Feb 05:53
Compare
Choose a tag to compare

1.10.0 (2024-02-23)

Features

  • set CFORK_WORKER_INDEX env let worker know it's fork index (#116) (f69992c)

This release is also available on:

1.2.0

27 Sep 03:01
Compare
Choose a tag to compare
  • add limit for refork times in certain duration (@coderhaoxin)

1.1.1

27 Sep 03:02
Compare
Choose a tag to compare

1.1.0

27 Sep 03:02
Compare
Choose a tag to compare
  • defer add listenners, add options.refork, optional unexpectedExit event (@dead-horse)

1.0.1

27 Sep 03:03
Compare
Choose a tag to compare
  • improve disconnect and unexpected exit log

1.0.0

27 Sep 03:03
Compare
Choose a tag to compare
  • work with graceful
  • first release