[0.7.0] - 2025-10-21
🚀 Features
- 6dfcd80 oxfmt: Search both .json and .jsonc config file (#14848) (leaysgur)
- aa024d9 formatter: Wrap parenthesis for
AssignmentExpression
that are insideComputedMemberExpression
(#14834) (Dunqing)
🐛 Bug Fixes
- 88fb768 formatter: Correct handling of ignore comment for
TSUnionType
andTSMappedType
(#14824) (Dunqing) - f7727c7 formatter: Ignore comment doesn't work for the expression statement (#14817) (Dunqing)
- 7a420a1 oxfmt: Handle
.d.ts
file correctly (#14835) (leaysgur)
🚜 Refactor
- 6fa7420 oxfmt: Use custom ignore builder (#14850) (leaysgur)
- 9d914a3 formatter: Improve comments handling (#14816) (Dunqing)
- f52863d formatter: Improve handling of type cast node (#14815) (Dunqing)
💼 Other
- f3b75c3 oxfmt: V0.7.0 (#14851) (Boshen)