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_ast/CHANGELOG.md
-25
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,6 @@ 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.22.0] - 2024-07-23
8
-
9
-
- f68b659 ast: [**BREAKING**] Reorder fields of `ArrowFunctionExpression` (#4364) (Dunqing)
Copy file name to clipboardExpand all lines: crates/oxc_ast_macros/CHANGELOG.md
-7
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,6 @@ 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.22.0] - 2024-07-23
8
-
9
-
### Refactor
10
-
11
-
- abfccbd ast: Reduce `#[cfg_attr]` boilerplate in AST type defs (#4375) (overlookmotel)
12
-
- 5f1c7ec ast: Rename the `visited_node` marker to `ast`. (#4289) (rzvxa)
Copy file name to clipboardExpand all lines: crates/oxc_codegen/CHANGELOG.md
-8
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,6 @@ 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.22.0] - 2024-07-23
8
-
9
-
### Bug Fixes
10
-
11
-
- 44a10c4 codegen: Object shorthand with parens `({x: (x)})` -> `({ x })` (#4391) (Boshen)
12
-
- 3d88f20 codegen: Print shorthand for all `{ x }` variants (#4374) (Boshen)
13
-
- e624dff codegen,mangler: Do not print shorthand for `ObjectProperty` (#4350) (Boshen)
Copy file name to clipboardExpand all lines: crates/oxc_diagnostics/CHANGELOG.md
-10
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,6 @@ 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.22.0] - 2024-07-23
8
-
9
-
### Features
10
-
- 6068e6b Add error codes to OxcDiagnostic (#4334) (DonIsaac)
11
-
12
-
### Refactor
13
-
14
-
- 7a75e0f linter: Use diagnostic codes in lint rules (#4349) (DonIsaac)
15
-
- a2eabe1 parser: Use error codes for ts diagnostics (#4335) (DonIsaac)
Copy file name to clipboardExpand all lines: crates/oxc_isolated_declarations/CHANGELOG.md
-10
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,6 @@ 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.22.0] - 2024-07-23
8
-
9
-
### Bug Fixes
10
-
11
-
- aece1df ast: Visit `Program`s `hashbang` field first (#4368) (overlookmotel)
12
-
- 3d88f20 codegen: Print shorthand for all `{ x }` variants (#4374) (Boshen)
13
-
14
-
### Performance
15
-
- a207923 Replace some CompactStr usages with Cows (#4377) (DonIsaac)
0 commit comments