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
+11
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ 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.29.0] - 2024-09-13
8
+
9
+
- c3dd2a0 ast: [**BREAKING**] Revert: reduce byte size of `TaggedTemplateExpression::quasi` by `Boxing` it (#5679) (#5715) (overlookmotel)
10
+
11
+
### Features
12
+
13
+
- 953fe17 ast: Provide `NONE` type for AST builder calls (#5737) (overlookmotel)
14
+
15
+
### Performance
16
+
17
+
7
18
## [0.28.0] - 2024-09-11
8
19
9
20
- afc4548 ast: [**BREAKING**] Educe byte size of `TaggedTemplateExpression::quasi` by `Boxing` it (#5679) (Boshen)
Copy file name to clipboardexpand all lines: crates/oxc_cfg/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_codegen/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.29.0] - 2024-09-13
8
+
9
+
### Performance
10
+
11
+
- d18c896 rust: Use `cow_utils` instead (#5664) (dalaoshu)
12
+
7
13
## [0.28.0] - 2024-09-11
8
14
9
15
- ee4fb42 ast: [**BREAKING**] Reduce size of `WithClause` by `Box`ing it (#5677) (Boshen)
Copy file name to clipboardexpand all lines: crates/oxc_index/CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ 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.29.0] - 2024-09-13
8
+
9
+
- 71116a1 index: [**BREAKING**] Remove ability to index `IndexVec` with `usize` (#5733) (overlookmotel)
Copy file name to clipboardexpand all lines: crates/oxc_isolated_declarations/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.29.0] - 2024-09-13
8
+
9
+
### Features
10
+
11
+
- 953fe17 ast: Provide `NONE` type for AST builder calls (#5737) (overlookmotel)
12
+
7
13
## [0.28.0] - 2024-09-11
8
14
9
15
- ee4fb42 ast: [**BREAKING**] Reduce size of `WithClause` by `Box`ing it (#5677) (Boshen)
0 commit comments