-
-
Notifications
You must be signed in to change notification settings - Fork 722
release(crates): v0.81.0 #12850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release(crates): v0.81.0 #12850
Conversation
Monitor Oxc
|
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. |
| ## [0.81.0] - 2025-08-06 | ||
|
|
||
| ### 💥 BREAKING CHANGES | ||
|
|
||
| - 2cc1001 ast: [**BREAKING**] Remove `ExportDefaultDeclaration` `exported` field (#12808) (overlookmotel) | ||
| - 50b91ac ast: [**BREAKING**] Remove `IdentifierReference` from `qualifier` field of `TSImportType` (#12799) (camc314) | ||
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - 47e2c59 estree: Fix serialization of `TSImportTypeQualifier` (#12801) (camc314) | ||
|
|
||
|
|
||
| ## [0.81.0] - 2025-08-06 | ||
|
|
||
| ### 💥 BREAKING CHANGES | ||
|
|
||
| - 2cc1001 ast: [**BREAKING**] Remove `ExportDefaultDeclaration` `exported` field (#12808) (overlookmotel) | ||
| - 50b91ac ast: [**BREAKING**] Remove `IdentifierReference` from `qualifier` field of `TSImportType` (#12799) (camc314) | ||
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - 47e2c59 estree: Fix serialization of `TSImportTypeQualifier` (#12801) (camc314) | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a duplicate changelog entry in the napi/parser/CHANGELOG.md file. The entire section for version 0.81.0 (with the same date, breaking changes, and bug fixes) appears twice consecutively. The second occurrence should be removed to maintain a clean changelog history and avoid confusion for users.
| ## [0.81.0] - 2025-08-06 | |
| ### 💥 BREAKING CHANGES | |
| - 2cc1001 ast: [**BREAKING**] Remove `ExportDefaultDeclaration` `exported` field (#12808) (overlookmotel) | |
| - 50b91ac ast: [**BREAKING**] Remove `IdentifierReference` from `qualifier` field of `TSImportType` (#12799) (camc314) | |
| ### 🐛 Bug Fixes | |
| - 47e2c59 estree: Fix serialization of `TSImportTypeQualifier` (#12801) (camc314) | |
| ## [0.81.0] - 2025-08-06 | |
| ### 💥 BREAKING CHANGES | |
| - 2cc1001 ast: [**BREAKING**] Remove `ExportDefaultDeclaration` `exported` field (#12808) (overlookmotel) | |
| - 50b91ac ast: [**BREAKING**] Remove `IdentifierReference` from `qualifier` field of `TSImportType` (#12799) (camc314) | |
| ### 🐛 Bug Fixes | |
| - 47e2c59 estree: Fix serialization of `TSImportTypeQualifier` (#12801) (camc314) | |
| ## [0.81.0] - 2025-08-06 | |
| ### 💥 BREAKING CHANGES | |
| - 2cc1001 ast: [**BREAKING**] Remove `ExportDefaultDeclaration` `exported` field (#12808) (overlookmotel) | |
| - 50b91ac ast: [**BREAKING**] Remove `IdentifierReference` from `qualifier` field of `TSImportType` (#12799) (camc314) | |
| ### 🐛 Bug Fixes | |
| - 47e2c59 estree: Fix serialization of `TSImportTypeQualifier` (#12801) (camc314) | |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
CodSpeed Instrumentation Performance ReportMerging #12850 will not alter performanceComparing Summary
Footnotes |
[0.81.0] - 2025-08-06
💥 BREAKING CHANGES
ExportDefaultDeclarationexportedfield (refactor(ast)!: removeExportDefaultDeclarationexportedfield #12808) (overlookmotel)IdentifierReferencefromqualifierfield ofTSImportType(feat(ast)!: removeIdentifierReferencefromqualifierfield ofTSImportType#12799) (camc314)🐛 Bug Fixes
KATAKANA MIDDLE DOTsyntax error for unicode 4.1 to 15 (fix(minifier): fixKATAKANA MIDDLE DOTsyntax error for unicode 4.1 to 15 #12829) (Boshen)TSUnionType(fix(codegen): wrap parens forTSUnionType#12830) (Boshen)TSImportTypeQualifier(fix(estree): fix serialization ofTSImportTypeQualifier#12801) (camc314)🚜 Refactor
StatementContext::TopLevelStatementList(refactor(parser): addStatementContext::TopLevelStatementList#12806) (overlookmotel)⚡ Performance
ryu_jswithdragonbox_ecmafor floating point formatting (perf(syntax,codegen): Replace ryu_js with dragonbox_ecma for floating point formatting #12821) (Copilot)#[cold]to unicode path (perf(lexer): add#[cold]to unicode path #12768) (copilot-swe-agent)!and?(perf(lexer): improve byte_handlers for!and?#12831) (Boshen)import/exportstatements in module record directly (perf(parser): registerimport/exportstatements in module record directly #12807) (overlookmotel)match_keyword(perf(parser): remove a bound check inmatch_keyword#12778) (Boshen)🧪 Testing