Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
There was a problem hiding this comment.
Pull Request Overview
This PR releases version 0.3.0 of oxfmt, updating the version numbers and adding changelog entries across multiple packages. The release includes various formatter bug fixes, performance improvements, and the addition of ES module support.
Key changes include:
- Version bumps from 0.2.0 to 0.3.0 across all oxfmt-related packages
- Addition of comprehensive changelog entries documenting the new features, bug fixes, and performance improvements
- Documentation of the conversion to ES modules and Node.js version requirement updates
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxfmt/package.json | Updates package version to 0.3.0 |
| npm/oxfmt/CHANGELOG.md | Adds 0.3.0 release notes with features and documentation updates |
| crates/oxc_formatter/Cargo.toml | Updates crate version to 0.3.0 |
| crates/oxc_formatter/CHANGELOG.md | Adds 0.3.0 release notes with formatter features and bug fixes |
| apps/oxfmt/Cargo.toml | Updates application version to 0.3.0 |
| apps/oxfmt/CHANGELOG.md | Adds 0.3.0 release notes with bug fixes and performance improvements |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13909 will not alter performanceComparing Summary
|
[0.3.0] - 2025-09-19
🚀 Features
enginesfield to require Node.js 20.19.0+ for ESM support (feat(node): Bumpenginesfield to require Node.js 20.19.0+ for ESM support #13879) (Copilot)🐛 Bug Fixes
awaitandyieldinsidePrivateInExpression(fix(formatter): Add parentheses forawaitandyieldinsidePrivateInExpression#13863) (Noel Kim (김민혁))TSAsExpression(fix(formatter): missing parenthesis forTSAsExpression#13842) (Dunqing)TSTypeAssertion(fix(formatter): missing parenthesis forTSTypeAssertion#13841) (Dunqing)TSSignature(fix(formatter): missing trailing semicolon inTSSignature#13823) (Dunqing)decorator(fix(formatter): missing parenthesis for expression ofdecorator#13813) (Dunqing)PrivateInExpressionin super class (fix(formatter): Add parentheses forPrivateInExpressionin super class #13806) (Noel Kim (김민혁))UpdateExpression(fix(formatter): Add parentheses insideUpdateExpression#13825) (Noel Kim (김민혁))TSIntersectionType(fix(formatter): Add parentheses insideTSIntersectionType#13821) (Noel Kim (김민혁))📚 Documentation
⚡ Performance