-
-
Notifications
You must be signed in to change notification settings - Fork 655
release(crates): v0.88.0 #13765
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.88.0 #13765
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. |
Monitor Oxc
|
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.
Pull Request Overview
This PR releases version 0.88.0 of the Oxc project, updating version numbers across all crates and packages to maintain consistency in the monorepo.
- Version bump from 0.87.0 to 0.88.0 across all components
- Updates changelog files with the latest release notes for the new version
- Maintains synchronized versioning across Rust crates and NPM packages
Reviewed Changes
Copilot reviewed 60 out of 61 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
npm/runtime/package.json | Version bump to 0.88.0 for runtime package |
npm/oxc-types/package.json | Version bump to 0.88.0 for types package |
napi/transform/package.json | Version bump to 0.88.0 for transform NAPI package |
napi/parser/package.json | Version bump to 0.88.0 for parser NAPI package |
napi/minify/package.json | Version bump to 0.88.0 for minify NAPI package |
Cargo.toml | Updates workspace dependencies to version 0.88.0 |
Various crate Cargo.toml files | Version bump to 0.88.0 for all Rust crates |
Various CHANGELOG.md files | Addition of v0.88.0 changelog entries |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13765 will not alter performanceComparing Summary
Footnotes |
[0.88.0] - 2025-09-15
💥 BREAKING CHANGES
NonEmptyStack::is_empty
a compile-time error (refactor(data_structures)!: makeNonEmptyStack::is_empty
a compile-time error #13673) (overlookmotel)disable_fixed_size
Cargo feature (refactor(allocator/pool)!: removedisable_fixed_size
Cargo feature #13625) (overlookmotel)oxc-parser
to ESM (feat(napi/parser)!: changeoxc-parser
to ESM #13432) (Boshen)🚀 Features
typeof
guarded global access expressions (feat(minifier): removetypeof
guarded global access expressions #13751) (sapphi-red)TemplateLiterals
(feat(regex-parser): parse simpleTemplateLiterals
#13265) (Sysix)is_exhausted
method toNonEmptyStack
andSparseStack
(feat(data_structures): addis_exhausted
method toNonEmptyStack
andSparseStack
#13672) (overlookmotel)boxed_slice!
andboxed_array!
macros (feat(data_structures): addboxed_slice!
andboxed_array!
macros #13596) (overlookmotel)🐛 Bug Fixes
super
(fix(semantic): handle edge cases checkingsuper
#13499) (overlookmotel)@
as jsdoc tags inside quotes (fix(semantic): dont parse@
as jsdoc tags inside quotes #13571) (Gwenn Le Bihan)🚜 Refactor
is_exhausted
stack methods (refactor(transformer, estree): clarify code usingis_exhausted
stack methods #13674) (overlookmotel)AllocatorPool::new
always create standard pool (refactor(allocator/pool):AllocatorPool::new
always create standard pool #13624) (overlookmotel)AllocatorPool
implementation (refactor(allocator/pool): singleAllocatorPool
implementation #13622) (overlookmotel)AllocatorGuard
between pool impls (refactor(allocator/pool): shareAllocatorGuard
between pool impls #13621) (overlookmotel)AllocatorPool::add
(refactor(allocator/pool): move resetting intoAllocatorPool::add
#13620) (overlookmotel)AllocatorPool
into own directory (refactor(allocator/pool): moveAllocatorPool
into own directory #13619) (overlookmotel)pub
from modules with no exports (refactor(all): removepub
from modules with no exports #13618) (overlookmotel)📚 Documentation
AstNode::contains_any
etc runnable (docs(semantic): make doc tests forAstNode::contains_any
etc runnable #13595) (overlookmotel)⚡ Performance
SourcemapBuilder
(perf(codegen): reduce memory usage inSourcemapBuilder
#13679) (overlookmotel)SourcemapBuilder
(perf(codegen): reduce allocations inSourcemapBuilder
#13677) (overlookmotel)ObjectProperty
andBindingProperty
(perf(codegen): reduce branches when printingObjectProperty
andBindingProperty
#13659) (overlookmotel)