mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
1.8 KiB
1.8 KiB
Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.
[0.33.0] - 2024-10-24
Refactor
e59b5d9minifier: DereferenceSymbolIdas soon as possible (#6823) (overlookmotel)
[0.30.0] - 2024-09-23
Bug Fixes
362c427mangler,codegen: Do not mangle top level symbols (#5965) (Boshen)
Performance
c477424mangler: Usesort_unstable_by_keyinstead ofsort_by(#5948) (Boshen)
[0.28.0] - 2024-09-11
b060525semantic: [BREAKING] Removesource_typeargument fromSemanticBuilder::new(#5553) (Boshen)
Refactor
[0.25.0] - 2024-08-23
5f4c9absemantic: [BREAKING] RenameSymbolTable::get_flagtoget_flags(#5030) (overlookmotel)
Refactor
ca70cc7linter, mangler, parser, semantic, transformer, traverse, wasm: Rename variousflagvars toflags(#5028) (overlookmotel)b4407c4oxc,mangler:oxccrate add mangler; mangler use options API (Boshen)
[0.22.1] - 2024-07-27
Performance
963a2d1mangler: Reduce unnecessary allocation (#4498) (Dunqing)
Refactor
7cd53f3semantic: Var hoisting (#4379) (Dunqing)c99b3ebsyntax: GiveScopeIda niche (#4468) (overlookmotel)
[0.22.0] - 2024-07-23
Bug Fixes
3d88f20codegen: Print shorthand for all{ x }variants (#4374) (Boshen)
[0.21.0] - 2024-07-18
Features
5d17675mangler: Add debug mode (#4314) (Boshen)e3e663bmangler: Initialize crate and integrate into minifier (#4197) (Boshen)
Bug Fixes
3df9e69mangler: No shorthandBindingProperty; handle var hoisting and export variables (#4319) (Boshen)