Skip to content

Commit 38d1302

Browse files
authored
release(crates): v0.58.0 (#9740)
1 parent a6c9b09 commit 38d1302

File tree

46 files changed

+260
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+260
-78
lines changed

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -103,30 +103,30 @@ doc_lazy_continuation = "allow" # FIXME
103103

104104
[workspace.dependencies]
105105
# publish = true
106-
oxc = { version = "0.57.0", path = "crates/oxc" }
107-
oxc_allocator = { version = "0.57.0", path = "crates/oxc_allocator" }
108-
oxc_ast = { version = "0.57.0", path = "crates/oxc_ast" }
109-
oxc_ast_macros = { version = "0.57.0", path = "crates/oxc_ast_macros" }
110-
oxc_ast_visit = { version = "0.57.0", path = "crates/oxc_ast_visit" }
111-
oxc_cfg = { version = "0.57.0", path = "crates/oxc_cfg" }
112-
oxc_codegen = { version = "0.57.0", path = "crates/oxc_codegen" }
113-
oxc_data_structures = { version = "0.57.0", path = "crates/oxc_data_structures" }
114-
oxc_diagnostics = { version = "0.57.0", path = "crates/oxc_diagnostics" }
115-
oxc_ecmascript = { version = "0.57.0", path = "crates/oxc_ecmascript" }
116-
oxc_estree = { version = "0.57.0", path = "crates/oxc_estree" }
117-
oxc_isolated_declarations = { version = "0.57.0", path = "crates/oxc_isolated_declarations" }
118-
oxc_mangler = { version = "0.57.0", path = "crates/oxc_mangler" }
119-
oxc_minifier = { version = "0.57.0", path = "crates/oxc_minifier" }
120-
oxc_napi = { version = "0.57.0", path = "crates/oxc_napi" }
121-
oxc_parser = { version = "0.57.0", path = "crates/oxc_parser" }
122-
oxc_parser_napi = { version = "0.57.0", path = "napi/parser" }
123-
oxc_regular_expression = { version = "0.57.0", path = "crates/oxc_regular_expression" }
124-
oxc_semantic = { version = "0.57.0", path = "crates/oxc_semantic" }
125-
oxc_span = { version = "0.57.0", path = "crates/oxc_span" }
126-
oxc_syntax = { version = "0.57.0", path = "crates/oxc_syntax" }
127-
oxc_transform_napi = { version = "0.57.0", path = "napi/transform" }
128-
oxc_transformer = { version = "0.57.0", path = "crates/oxc_transformer" }
129-
oxc_traverse = { version = "0.57.0", path = "crates/oxc_traverse" }
106+
oxc = { version = "0.58.0", path = "crates/oxc" }
107+
oxc_allocator = { version = "0.58.0", path = "crates/oxc_allocator" }
108+
oxc_ast = { version = "0.58.0", path = "crates/oxc_ast" }
109+
oxc_ast_macros = { version = "0.58.0", path = "crates/oxc_ast_macros" }
110+
oxc_ast_visit = { version = "0.58.0", path = "crates/oxc_ast_visit" }
111+
oxc_cfg = { version = "0.58.0", path = "crates/oxc_cfg" }
112+
oxc_codegen = { version = "0.58.0", path = "crates/oxc_codegen" }
113+
oxc_data_structures = { version = "0.58.0", path = "crates/oxc_data_structures" }
114+
oxc_diagnostics = { version = "0.58.0", path = "crates/oxc_diagnostics" }
115+
oxc_ecmascript = { version = "0.58.0", path = "crates/oxc_ecmascript" }
116+
oxc_estree = { version = "0.58.0", path = "crates/oxc_estree" }
117+
oxc_isolated_declarations = { version = "0.58.0", path = "crates/oxc_isolated_declarations" }
118+
oxc_mangler = { version = "0.58.0", path = "crates/oxc_mangler" }
119+
oxc_minifier = { version = "0.58.0", path = "crates/oxc_minifier" }
120+
oxc_napi = { version = "0.58.0", path = "crates/oxc_napi" }
121+
oxc_parser = { version = "0.58.0", path = "crates/oxc_parser" }
122+
oxc_parser_napi = { version = "0.58.0", path = "napi/parser" }
123+
oxc_regular_expression = { version = "0.58.0", path = "crates/oxc_regular_expression" }
124+
oxc_semantic = { version = "0.58.0", path = "crates/oxc_semantic" }
125+
oxc_span = { version = "0.58.0", path = "crates/oxc_span" }
126+
oxc_syntax = { version = "0.58.0", path = "crates/oxc_syntax" }
127+
oxc_transform_napi = { version = "0.58.0", path = "napi/transform" }
128+
oxc_transformer = { version = "0.58.0", path = "crates/oxc_transformer" }
129+
oxc_traverse = { version = "0.58.0", path = "crates/oxc_traverse" }
130130

131131
# publish = false
132132
oxc_linter = { path = "crates/oxc_linter" }

crates/oxc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc"
3-
version = "0.57.0"
3+
version = "0.58.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_allocator/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this package will be documented in this file.
44

55
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.
66

7+
## [0.58.0] - 2025-03-13
8+
9+
- f2b0cc1 allocator: [**BREAKING**] Remove `Vec::into_boxed_slice` method (#9735) (Dunqing)
10+
11+
### Features
12+
13+
- 65d9662 allocator: Add `Vec2::retain_mut` method (#9655) (Dunqing)
14+
- 3943563 allocator: Connect `Vec2` module and make it compile (#9647) (Dunqing)
15+
- 3d4400c allocator: Add `Vec2` (#9646) (Dunqing)
16+
17+
### Performance
18+
19+
- 89b6e4c allocator: Remove overflow checks from `String::from_strs_array_in` (#9650) (overlookmotel)
20+
21+
### Documentation
22+
23+
- daf7a1e allocator/vec: Fix link in doc comment for `Vec2` (#9729) (overlookmotel)
24+
25+
### Refactor
26+
27+
- 5c5e010 allocator/vec: Disable lint warnings in `vec2` files (#9730) (overlookmotel)
28+
- 6c86961 allocator/vec: Comment out feature-gated methods (#9728) (overlookmotel)
29+
30+
### Testing
31+
32+
- ed6fcf2 allocator: Fix tests (#9727) (overlookmotel)
33+
734
## [0.57.0] - 2025-03-11
835

936
### Documentation

crates/oxc_allocator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_allocator"
3-
version = "0.57.0"
3+
version = "0.58.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_ast/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this package will be documented in this file.
44

55
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.
66

7+
## [0.58.0] - 2025-03-13
8+
9+
- 842edd8 ast: [**BREAKING**] Add `raw` property to `JSXText` node (#9641) (Yuji Sugiura)
10+
11+
### Features
12+
13+
14+
### Bug Fixes
15+
16+
- 475b48f ast: Change `ImportExpression::attributes` to `options` (#9665) (Boshen)
17+
- 0d1e2c5 transformer: Fix `TSInstantiationExpression` not being removed (#9725) (Boshen)
18+
719
## [0.57.0] - 2025-03-11
820

921
- 510446a parser: [**BREAKING**] Align JSXNamespacedName with ESTree (#9648) (Arnaud Barré)

crates/oxc_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_ast"
3-
version = "0.57.0"
3+
version = "0.58.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_ast_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_ast_macros"
3-
version = "0.57.0"
3+
version = "0.58.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_ast_visit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
44

55
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.
66

7+
## [0.58.0] - 2025-03-13
8+
9+
### Bug Fixes
10+
11+
- 475b48f ast: Change `ImportExpression::attributes` to `options` (#9665) (Boshen)
12+
713
## [0.57.0] - 2025-03-11
814

915
- 510446a parser: [**BREAKING**] Align JSXNamespacedName with ESTree (#9648) (Arnaud Barré)

crates/oxc_ast_visit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_ast_visit"
3-
version = "0.57.0"
3+
version = "0.58.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)