Skip to content

Commit 9849f8b

Browse files
Release 4.0.0
[skip ci] ## [4.0.0](v3.24.1...v4.0.0) (2025-01-11) ### ⚠ BREAKING CHANGES * Drop Node.js < 18.19.0 support part of #3644 Breaking changes: - Drop Node.js < 18.19.0 support - Drop generator function support use @eggjs/core@4 eggjs/core#265 ### Features * **doc:** cookies 增加 partitioned、removeUnpartitioned 和 priority 选项文档 ([#5376](#5376)) ([60eb8a1](60eb8a1)) * refactor with typescript to support cjs ane esm both ([#5328](#5328)) ([a09b1cf](a09b1cf))
1 parent 562d76a commit 9849f8b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/eggjs/egg/compare/v3.24.1...v4.0.0) (2025-01-11)
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+
Breaking changes:
13+
- Drop Node.js < 18.19.0 support
14+
- Drop generator function support
15+
16+
use @eggjs/core@4 https://github.com/eggjs/egg-core/pull/265
17+
18+
### Features
19+
20+
* **doc:** cookies 增加 partitioned、removeUnpartitioned 和 priority 选项文档 ([#5376](https://github.com/eggjs/egg/issues/5376)) ([60eb8a1](https://github.com/eggjs/egg/commit/60eb8a1264f74b9690748f339161af7c5106b72d))
21+
* refactor with typescript to support cjs ane esm both ([#5328](https://github.com/eggjs/egg/issues/5328)) ([a09b1cf](https://github.com/eggjs/egg/commit/a09b1cfcf47cae8b577a8136c927b42d989c58a5))
22+
323
## [3.24.1](https://github.com/eggjs/egg/compare/v3.24.0...v3.24.1) (2024-06-07)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "4.0.0-beta.15",
3+
"version": "4.0.0",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)