File tree Expand file tree Collapse file tree 5 files changed +45
-4
lines changed
Expand file tree Collapse file tree 5 files changed +45
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,25 @@ All notable changes to this package will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 11[package ]
22name = " oxfmt"
3- version = " 0.0.2 "
3+ version = " 0.1.0 "
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -4,4 +4,24 @@ All notable changes to this package will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 11[package ]
22name = " oxc_formatter"
3- version = " 0.0.2 "
3+ version = " 0.1.0 "
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
You can’t perform that action at this time.
0 commit comments