Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[0.2.0] - 2025-09-16
💥 BREAKING CHANGES
cargo fmtlike (feat(oxfmt)!: Change default behavior morecargo fmtlike #13794) (leaysgur)🚀 Features
TSTypePredicate(feat(formatter): supportTSTypePredicate#13742) (Sysix)🐛 Bug Fixes
TSFunctionTypeandTSConstructorTypeinsideTSConditionalType(fix(formatter): Add parentheses forTSFunctionTypeandTSConstructorTypeinsideTSConditionalType#13804) (Noel Kim (김민혁))TSConditionalType(fix(formatter): Add parentheses for nestedTSConditionalType#13800) (Noel Kim (김민혁))TSUnionTypeinsideTSArrayType(fix(formatter): add parentheses forTSUnionTypeinsideTSArrayType#13792) (Sysix)TSConstructorTypeinsideTSUnionType(fix(formatter): add parentheses forTSConstructorTypeinsideTSUnionType#13791) (Sysix)declareforFunctionDeclaration(fix(formatter): adddeclareforFunctionDeclaration#13790) (Sysix)TSInferTypewhen wrapped withTSArrayType(fix(formatter): should parenthesizeTSInferTypewhen wrapped withTSArrayType#13756) (Noel Kim (김민혁))readonlyinTSPropertySignature(fix(formatter): add space afterreadonlyinTSPropertySignature#13747) (Sysix)declareforVariableDeclaration(fix(formatter): adddeclareforVariableDeclaration#13749) (Sysix)TSFunctionTypeinsideTSUnionType(fix(formatter): add parentheses forTSFunctionTypeinsideTSUnionType#13746) (Sysix)extendsinTSInterfaceDeclaration(fix(formatter): add space afterextendsinTSInterfaceDeclaration#13741) (Sysix)🧪 Testing
cwdduring tests (test(oxfmt): Enable changingcwdduring tests #13797) (leaysgur)