File tree Expand file tree Collapse file tree 7 files changed +44
-5
lines changed Expand file tree Collapse file tree 7 files changed +44
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ 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.2.0] - 2025-09-16
8+
9+ ### 💥 BREAKING CHANGES
10+
11+ - d90bebc oxfmt: [ ** BREAKING** ] Change default behavior more ` cargo fmt ` like (#13794 ) (leaysgur)
12+
13+ ### 🧪 Testing
14+
15+ - afa2297 oxfmt: Fix failing tests on Windows (#13801 ) (leaysgur)
16+ - 5fbffcf oxfmt: Enable changing ` cwd ` during tests (#13797 ) (leaysgur)
17+
18+
719## [ 0.1.0] - 2025-09-12
820
921### 🚀 Features
Original file line number Diff line number Diff line change 11[package ]
22name = " oxfmt"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ 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.2.0] - 2025-09-16
8+
9+ ### 🚀 Features
10+
11+ - 7cbd06e formatter: Support ` TSTypePredicate ` (#13742 ) (Sysix)
12+
13+ ### 🐛 Bug Fixes
14+
15+ - 9882dce formatter: Add parentheses for ` TSFunctionType ` and ` TSConstructorType ` inside ` TSConditionalType ` (#13804 ) (Noel Kim (김민혁))
16+ - f56c8a3 formatter: Add parentheses for nested ` TSConditionalType ` (#13800 ) (Noel Kim (김민혁))
17+ - a1ad9c5 formatter: Add parentheses for ` TSUnionType ` inside ` TSArrayType ` (#13792 ) (Sysix)
18+ - 34e7000 formatter: Add parentheses for ` TSConstructorType ` inside ` TSUnionType ` (#13791 ) (Sysix)
19+ - d515114 formatter: Add ` declare ` for ` FunctionDeclaration ` (#13790 ) (Sysix)
20+ - 8659498 formatter: Should parenthesize ` TSInferType ` when wrapped with ` TSArrayType ` (#13756 ) (Noel Kim (김민혁))
21+ - 0b48186 formatter: Add space after ` readonly ` in ` TSPropertySignature ` (#13747 ) (Sysix)
22+ - 52d365b formatter: Add ` declare ` for ` VariableDeclaration ` (#13749 ) (Sysix)
23+ - 0b047e8 formatter: Add parentheses for ` TSFunctionType ` inside ` TSUnionType ` (#13746 ) (Sysix)
24+ - f5f37c4 formatter: Add space after ` extends ` in ` TSInterfaceDeclaration ` (#13741 ) (Sysix)
25+
26+
727## [ 0.1.0] - 2025-09-12
828
929### 🚀 Features
Original file line number Diff line number Diff line change 11[package ]
22name = " oxc_formatter"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors.workspace = true
55categories.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this package will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) .
6+
7+
Original file line number Diff line number Diff line change 11{
22 "name" : " oxfmt" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "type" : " commonjs" ,
55 "description" : " Formatter for the JavaScript Oxidation Compiler" ,
66 "keywords" : [],
You can’t perform that action at this time.
0 commit comments