File tree Expand file tree Collapse file tree 7 files changed +63
-5
lines changed Expand file tree Collapse file tree 7 files changed +63
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.10.0] - 2025-11-04
8+
9+ ### 🚀 Features
10+
11+ - b77f254 oxfmt,formatter: Support ` embeddedLanguageFormatting ` option (#15216 ) (leaysgur)
12+ - 898d6fe oxfmt: Add embedded language formatting with Prettier integration (#14820 ) (Boshen)
13+
14+ ### 🐛 Bug Fixes
15+
16+ - daacf85 oxfmt: Release build fails (#15262 ) (Dunqing)
17+ - f5d0348 oxfmt: Sync ` dependencies ` with ` npm/oxfmt ` and ` apps/oxfmt ` (#15261 ) (leaysgur)
18+
19+ ### 🚜 Refactor
20+
21+ - 27b4f36 diagnostic: Remove ` path ` from sender (#15130 ) (camc314)
22+
23+
724## [ 0.9.0] - 2025-10-30
825
926### 🚜 Refactor
Original file line number Diff line number Diff line change 11[package ]
22name = " oxfmt"
3- version = " 0.9 .0"
3+ version = " 0.10 .0"
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,36 @@ 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.10.0] - 2025-11-04
8+
9+ ### 🚀 Features
10+
11+ - 505252c formatter: Wrap parenthesis for AssignmentExpression that is a key of ` PropertyDefinition ` (#15243 ) (Dunqing)
12+ - 880b259 formatter: Align import-like formatting the same as Prettier (#15238 ) (Dunqing)
13+ - b77f254 oxfmt,formatter: Support ` embeddedLanguageFormatting ` option (#15216 ) (leaysgur)
14+ - 898d6fe oxfmt: Add embedded language formatting with Prettier integration (#14820 ) (Boshen)
15+ - e77a48e formatter: Detect code removal feature (#15059 ) (leaysgur)
16+
17+ ### 🐛 Bug Fixes
18+
19+ - 46793d7 formatter: Correct printing comments for ` LabeledStatement ` (#15260 ) (Dunqing)
20+ - 831ae99 formatter: Multiple comments in ` LogicalExpression ` and ` TSIntersectionType ` (#15253 ) (Dunqing)
21+ - 5fa9b1e formatter: Should not indent ` BinaryLikeExpression ` when it is an argument of ` Boolean ` (#15250 ) (Dunqing)
22+ - 99e520f formatter: Handle chain expression for ` JSXExpressionContainer ` (#15242 ) (Dunqing)
23+ - a600bf5 formatter: Correct printing comments for ` TaggedTemplateExpression ` (#15241 ) (Dunqing)
24+ - a7289e7 formatter: Handle member chain for the call's parent is a chain expression (#15237 ) (Dunqing)
25+
26+ ### 🚜 Refactor
27+
28+ - 36ae721 formatter: Simplify the use of ` indent ` with ` soft_line_break_or_space ` (#15254 ) (Dunqing)
29+ - cdd8e2f formatter/sort-imports: Split sort_imports modules (#15189 ) (leaysgur)
30+ - 85fb8e8 formatter/sort-imports: Pass options to is_ignored() (#15181 ) (leaysgur)
31+
32+ ### 🧪 Testing
33+
34+ - 9d5b34b formatter/sort-imports: Refactor sort_imports tests (#15188 ) (leaysgur)
35+
36+
737## [ 0.9.0] - 2025-10-30
838
939### 🚀 Features
Original file line number Diff line number Diff line change 11[package ]
22name = " oxc_formatter"
3- version = " 0.9 .0"
3+ version = " 0.10 .0"
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
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.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) .
66
7+ ## [ 0.10.0] - 2025-11-04
8+
9+ ### 🚀 Features
10+
11+ - b77f254 oxfmt,formatter: Support ` embeddedLanguageFormatting ` option (#15216 ) (leaysgur)
12+
13+ ### 🐛 Bug Fixes
14+
15+ - f5d0348 oxfmt: Sync ` dependencies ` with ` npm/oxfmt ` and ` apps/oxfmt ` (#15261 ) (leaysgur)
16+
17+
718## [ 0.9.0] - 2025-10-30
819
920### 💼 Other
Original file line number Diff line number Diff line change 11{
22 "name" : " oxfmt" ,
3- "version" : " 0.9 .0" ,
3+ "version" : " 0.10 .0" ,
44 "type" : " module" ,
55 "description" : " Formatter for the JavaScript Oxidation Compiler" ,
66 "keywords" : [],
You can’t perform that action at this time.
0 commit comments