Commit 87b2aae
committed
Release 7.0.0
[skip ci]
## [7.0.0](v6.13.0...v7.0.0) (2024-12-27)
### ⚠ BREAKING CHANGES
* drop Node.js < 18.19.0 support
part of eggjs/egg#3644
eggjs/egg#5257
use https://oclif.io
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Removed pull request template for contributors.
- Introduced a new workflow for automating commit publishing.
- Added scripts for executing Node.js applications in development mode.
- Updated the README to reflect the new package name and other details.
- Enhanced command classes for testing and development functionalities.
- Added new utility functions for better path handling in tests.
- Introduced new interface for package configuration.
- Added support for TypeScript with updated configurations.
- Implemented a new logging mechanism in hooks for better debugging.
- Introduced a new class for managing server readiness in demo
applications.
- **Bug Fixes**
- Adjusted import paths in tests for compatibility with new module
structure.
- **Documentation**
- Updated README and various documentation links to reflect changes in
package structure.
- **Chores**
- Updated package configurations, including versioning and dependencies.
- Removed obsolete files and configurations from the project.
- Enhanced test suite structure and clarity.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
### Features
* support cjs and esm both by tshy ([#279](#279)) ([7078748](7078748))1 parent 7078748 commit 87b2aae
2 files changed
Lines changed: 49 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
3 | 51 | | |
4 | 52 | | |
5 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments