diff --git a/CHANGELOG.md b/CHANGELOG.md index a395596..a31d3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [3.0.0](https://github.com/eggjs/egg-ts-helper/compare/v2.1.1...v3.0.0) (2025-02-04) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 18.19.0 support + +Only support egg >= 4.0.0 + +part of https://github.com/eggjs/egg/issues/3644 + +https://github.com/eggjs/egg/issues/5257 + + + +## Summary by CodeRabbit + +- **Documentation** +- Introduced a new “Contributors” section in the project documentation +to highlight community involvement. +- **Chores** +- Streamlined CI workflows by removing legacy configurations and +updating triggers for improved efficiency. +- Upgraded key dependencies and increased the minimum required Node.js +version for enhanced performance and security. +- **Refactor** +- Standardized module import practices across the codebase to align with +current Node.js conventions. + - Improved asynchronous handling in core operations. +- **Tests** +- Updated test setups and assertions to reflect the new module import +standards and dependency changes. + + + +### Features + +* support egg v4 ([#114](https://github.com/eggjs/egg-ts-helper/issues/114)) ([90491cf](https://github.com/eggjs/egg-ts-helper/commit/90491cf758e6a36d006b06caf0bac91065c17afb)) + ## [2.1.1](https://github.com/eggjs/egg-ts-helper/compare/v2.1.0...v2.1.1) (2025-02-04) diff --git a/package.json b/package.json index f94664a..3d2e1ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-ts-helper", - "version": "2.1.1", + "version": "3.0.0", "description": "egg typescript helper", "bin": { "ets": "dist/bin.js"