Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 11:15

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