You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/oxc_allocator/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
6
7
+
## [0.66.0] - 2025-04-23
8
+
9
+
### Testing
10
+
11
+
- 227febf allocator: Ignore a slow doc test (#10521) (Dunqing)
Copy file name to clipboardExpand all lines: crates/oxc_ast/CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
6
6
7
+
## [0.66.0] - 2025-04-23
8
+
9
+
### Bug Fixes
10
+
11
+
- 43ad4e9 ast: Box `this_param` in `TSCallSignatureDeclaration` (#10558) (Yuji Sugiura)
12
+
- 8eb3c0a ast/estree: Fix raw deser for `FormalParameter` (#10548) (overlookmotel)
Copy file name to clipboardExpand all lines: crates/oxc_codegen/CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,25 @@ All notable changes to this package will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
0 commit comments