Tags: eggjs/tsconfig
Tags
Release 3.0.0 [skip ci] ## [3.0.0](v2.0.0...v3.0.0) (2025-07-30) ### ⚠ BREAKING CHANGES * drop Node.js < 22.17.1 support <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Node.js version requirements and CI workflow to support Node.js 22 and 24. * Improved test scripts by switching to the native Node.js test runner and simplifying CI commands. * Updated development dependencies and set the package type to module. * Upgraded TypeScript configuration to target ES2024 and added new module-related compiler options. * Refactored test files to use the Node.js test module instead of Mocha. * Modularized a class decorator by moving it to an external file for better code organization. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * esm only ([#11](#11)) ([52c8817](52c8817))
Release 2.0.0 [skip ci] ## [2.0.0](v1.3.3...v2.0.0) (2025-03-11) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Extended changelog entries to include details for versions 1.1.0 and 1.0.0. - Removed outdated pull request template from documentation. - **Chores** - Updated dependency and Node.js requirements for enhanced compatibility with modern ECMAScript standards. - Refined CI workflow configurations and removed obsolete files. - Updated licensing details to reflect ongoing contributions. - Removed NPM quality badge from the README. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * set default target to ES2022 and moduleResolution to NodeNext ([#10](#10)) ([bcdd2aa](bcdd2aa))