[0.2.0] - 2025-09-16
π₯ BREAKING CHANGES
- d90bebc oxfmt: [BREAKING] Change default behavior more
cargo fmt
like (#13794) (leaysgur)
π Features
π Bug Fixes
- 9882dce formatter: Add parentheses for
TSFunctionType
andTSConstructorType
insideTSConditionalType
(#13804) (Noel Kim (κΉλ―Όν)) - f56c8a3 formatter: Add parentheses for nested
TSConditionalType
(#13800) (Noel Kim (κΉλ―Όν)) - a1ad9c5 formatter: Add parentheses for
TSUnionType
insideTSArrayType
(#13792) (Sysix) - 34e7000 formatter: Add parentheses for
TSConstructorType
insideTSUnionType
(#13791) (Sysix) - d515114 formatter: Add
declare
forFunctionDeclaration
(#13790) (Sysix) - 8659498 formatter: Should parenthesize
TSInferType
when wrapped withTSArrayType
(#13756) (Noel Kim (κΉλ―Όν)) - 0b48186 formatter: Add space after
readonly
inTSPropertySignature
(#13747) (Sysix) - 52d365b formatter: Add
declare
forVariableDeclaration
(#13749) (Sysix) - 0b047e8 formatter: Add parentheses for
TSFunctionType
insideTSUnionType
(#13746) (Sysix) - f5f37c4 formatter: Add space after
extends
inTSInterfaceDeclaration
(#13741) (Sysix)
π§ͺ Testing
- afa2297 oxfmt: Fix failing tests on Windows (#13801) (leaysgur)
- 5fbffcf oxfmt: Enable changing
cwd
during tests (#13797) (leaysgur)
πΌ Other
- 18ba2eb oxfmt: V0.2.0 (#13824) (Boshen)