Skip to content

Commit 87b2aae

Browse files
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

File tree

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

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

553

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/bin",
3-
"version": "7.0.0-beta.4",
3+
"version": "7.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)