Skip to content

Commit 369287a

Browse files
authored
release(crates): v0.88.0 (#13765)
Co-authored-by: Boshen <[email protected]>
1 parent b07cf30 commit 369287a

Some content is hidden

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

61 files changed

+289
-83
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -103,32 +103,32 @@ multiple_crate_versions = "allow"
103103

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

133133
# publish = false
134134
oxc_formatter = { path = "crates/oxc_formatter" }

crates/oxc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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).
66

7+
## [0.88.0] - 2025-09-15
8+
9+
### ⚡ Performance
10+
11+
- 08c05df semantic: Make CFG construction a compile-time feature (#13678) (Boshen)
12+
13+
714

815

916

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.87.0"
3+
version = "0.88.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_allocator/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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).
66

7+
## [0.88.0] - 2025-09-15
8+
9+
### 💥 BREAKING CHANGES
10+
11+
- edc70ea allocator/pool: [**BREAKING**] Remove `disable_fixed_size` Cargo feature (#13625) (overlookmotel)
12+
13+
### 🐛 Bug Fixes
14+
15+
- ab51394 raw_transfer: Disable layout assertions on some 32-bit platforms (#13716) (overlookmotel)
16+
17+
### 🚜 Refactor
18+
19+
- b9bef25 allocator/pool: `AllocatorPool::new` always create standard pool (#13624) (overlookmotel)
20+
- a306c6f allocator/pool: Single `AllocatorPool` implementation (#13622) (overlookmotel)
21+
- 99dd1a7 allocator/pool: Share `AllocatorGuard` between pool impls (#13621) (overlookmotel)
22+
- 0dde7f0 allocator/pool: Move resetting into `AllocatorPool::add` (#13620) (overlookmotel)
23+
- a0d7389 allocator/pool: Move `AllocatorPool` into own directory (#13619) (overlookmotel)
24+
- babbaca all: Remove `pub` from modules with no exports (#13618) (overlookmotel)
25+
26+
727
## [0.87.0] - 2025-09-08
828

929
### 🚀 Features

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.87.0"
3+
version = "0.88.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_ast/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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).
66

7+
## [0.88.0] - 2025-09-15
8+
9+
### 🐛 Bug Fixes
10+
11+
- ab51394 raw_transfer: Disable layout assertions on some 32-bit platforms (#13716) (overlookmotel)
12+
13+
### 🚜 Refactor
14+
15+
- babbaca all: Remove `pub` from modules with no exports (#13618) (overlookmotel)
16+
17+
718
## [0.87.0] - 2025-09-08
819

920
### 🚀 Features

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.87.0"
3+
version = "0.88.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_ast_macros/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
99

1010

1111

12+
1213
## [0.82.3] - 2025-08-20
1314

1415
### 🐛 Bug Fixes

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.87.0"
3+
version = "0.88.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)