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/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.
Copy file name to clipboardExpand all lines: crates/oxc_ast/CHANGELOG.md
+26
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,32 @@ 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.
Copy file name to clipboardExpand all lines: crates/oxc_codegen/CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ 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.48.2] - 2025-02-02
8
+
9
+
### Bug Fixes
10
+
11
+
- 0928a19 codegen: Emit this parameters of class methods (#8834) (michaelm)
12
+
13
+
### Performance
14
+
15
+
- d8fac6d codegen: Avoid a heap allocation when printing floats (#8807) (Boshen)
Copy file name to clipboardExpand all lines: crates/oxc_diagnostics/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.48.2] - 2025-02-02
8
+
9
+
### Testing
10
+
11
+
- ad35e82 linter: Use snapshot testing instead of LintResult (#8711) (Sysix)
0 commit comments