Skip to content

Commit 39c4687

Browse files
Boshengithub-actions[bot]
authored andcommitted
chore(release): oxfmt) v0.2.0
1 parent bdc33f1 commit 39c4687

File tree

7 files changed

+44
-5
lines changed

7 files changed

+44
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/oxfmt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this package will be documented in this file.
44

55
The 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

apps/oxfmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxfmt"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_formatter/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this package will be documented in this file.
44

55
The 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

crates/oxc_formatter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_formatter"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

npm/oxfmt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+

npm/oxfmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [],

0 commit comments

Comments
 (0)