Skip to content

Commit ca0586e

Browse files
Boshengithub-actions[bot]
authored andcommitted
chore(release): oxfmt) v0.1.0
1 parent 83d735b commit ca0586e

File tree

5 files changed

+45
-4
lines changed

5 files changed

+45
-4
lines changed

Cargo.lock

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

apps/oxfmt/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,25 @@ 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.1.0] - 2025-09-12
8+
9+
### 🚀 Features
10+
11+
- 1d72f8b oxfmt: Support --no-error-on-unmatched-pattern (#13671) (leaysgur)
12+
13+
### 🐛 Bug Fixes
14+
15+
- d6628bf oxfmt: Print sorted output (#13709) (leaysgur)
16+
- 056f6de oxfmt: Set preserve_parens: false to prevent panic (#13666) (leaysgur)
17+
18+
### 🚜 Refactor
19+
20+
- 6b74078 formatter: Move `is_supported_source_type` to `oxc_formatter` crate (#13702) (Sysix)
21+
22+
### 🧪 Testing
23+
24+
- 83d735b oxfmt: Use normalized path separator (#13726) (leaysgur)
25+
- 289ef9b oxfmt: Add tests setup (#13684) (leaysgur)
26+
27+
728

apps/oxfmt/Cargo.toml

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

crates/oxc_formatter/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,24 @@ 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.1.0] - 2025-09-12
8+
9+
### 🚀 Features
10+
11+
- 265d6a6 formatter: Support `TSEnumDeclaration` (#13704) (leaysgur)
12+
- 34b7255 formatter: Consolidate comments checking API (#13656) (Dunqing)
13+
- 8c072dc formatter: Print type cast comments (#13597) (Dunqing)
14+
15+
### 🐛 Bug Fixes
16+
17+
- bda5fc1 formatter: Correct comments printing for import and export (#13707) (Dunqing)
18+
- 966e395 formatter: Incorrectly wrap a parenthesis for `ArrowFunctionExpression` when it has a leading type cast comment (#13683) (Dunqing)
19+
- 239d4cb formatter: Improve AssignmentExpression parentheses handling (#13668) (leaysgur)
20+
21+
### 🚜 Refactor
22+
23+
- d7ff3d9 formatter: Introduce `SourceText` with utility methods (#13650) (Dunqing)
24+
- 6b74078 formatter: Move `is_supported_source_type` to `oxc_formatter` crate (#13702) (Sysix)
25+
26+
727

crates/oxc_formatter/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_formatter"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)