Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Oct 22, 2025

[0.8.0] - 2025-10-22

🚀 Features

🐛 Bug Fixes

🧪 Testing

Copilot AI review requested due to automatic review settings October 22, 2025 09:31
@Boshen Boshen requested a review from Dunqing as a code owner October 22, 2025 09:31
@Boshen Boshen self-assigned this Oct 22, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 22, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR releases version 0.8.0 of oxfmt, which includes new features for JSON schema improvements and ignorePatterns support, along with multiple bug fixes related to comment printing and parenthesis handling in the formatter.

Key Changes

  • Version bumped from 0.7.0 to 0.8.0 across all packages
  • Added changelog entries for new features, bug fixes, and testing improvements
  • Release date set to 2025-10-22

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
npm/oxfmt/package.json Updated package version to 0.8.0
npm/oxfmt/CHANGELOG.md Added changelog entry with feature highlights
crates/oxc_formatter/Cargo.toml Updated crate version to 0.8.0
crates/oxc_formatter/CHANGELOG.md Added comprehensive changelog with features, bug fixes, and testing changes
apps/oxfmt/Cargo.toml Updated app version to 0.8.0
apps/oxfmt/CHANGELOG.md Added changelog entry with feature update

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions bot added A-cli Area - CLI A-formatter Area - Formatter labels Oct 22, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Oct 22, 2025

CodSpeed Performance Report

Merging #14889 will not alter performance

Comparing release/oxfmt-1761125463 (494a451) with main (2bc1978)1

Summary

✅ 37 untouched

Footnotes

  1. No successful run was found on main (e3d65c3) during the generation of this report, so 2bc1978 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@leaysgur leaysgur added the 0-merge Merge with Graphite Merge Queue label Oct 22, 2025
Copy link
Member

leaysgur commented Oct 22, 2025

Merge activity

## [0.8.0] - 2025-10-22

### 🚀 Features

- 381e08c oxfmt: More friendly JSON schema (#14879) (leaysgur)
- 006708d oxfmt: Support `ignorePatterns` in oxfmtrc (#14875) (leaysgur)

### 🐛 Bug Fixes

- 64b8226 formatter: Corrct printing leading own line comments before method body (#14886) (Dunqing)
- 6ce1162 formatter: Remove a redundant space for TSMappedType (#14885) (Dunqing)
- 5b962a7 formatter: Remove redundant leading space when only the rest part of the array exists (#14884) (Dunqing)
- 8301d8f formatter: No need to wrap parenthesis for ObjectExpression when it is an expression of a template literal (#14883) (Dunqing)
- 9397472 formatter: Should not wrap parenthesis for ComputedMemberExpression when it is not an option or it doesn't contain a call expression (#14882) (Dunqing)
- 3e62277 formatter: Should not add a soft line for the arrow function inside ExpressionContainer with a trailing comment (#14878) (Dunqing)
- 990916a formatter: Correct handling of leading own line before arrow function body (#14877) (Dunqing)
- 4a499b5 formatter: Correct printing trailing comments for if statement with non-block consequent (#14857) (Dunqing)

### 🧪 Testing

- 868ff99 formatter: Fix tests using TS syntax with `.js` (#14880) (leaysgur)
@graphite-app graphite-app bot force-pushed the release/oxfmt-1761125463 branch from 494a451 to 646c2ab Compare October 22, 2025 09:37
@graphite-app graphite-app bot merged commit 646c2ab into main Oct 22, 2025
21 checks passed
@graphite-app graphite-app bot deleted the release/oxfmt-1761125463 branch October 22, 2025 09:43
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-formatter Area - Formatter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants