mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
3.5 KiB
3.5 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.39.0] - 2024-12-04
Bug Fixes
896ff86minifier: Do not fold if statement block with lexical declaration (#7519) (Boshen)
[0.37.0] - 2024-11-21
Features
39afb48allocator: IntroduceVec::from_array_in(#7331) (overlookmotel)
[0.34.0] - 2024-10-26
Features
419343btraverse: ImplementGetAddressforAncestor(#6877) (overlookmotel)
Refactor
adb5039allocator: Addimpl GetAddress for Address(#6891) (overlookmotel)
[0.33.0] - 2024-10-24
e1c2d30allocator: [BREAKING] MakeVecnon-drop (#6623) (overlookmotel)
Bug Fixes
Refactor
ab8aa2fallocator: MoveGetAddresstrait intooxc_allocator(#6738) (overlookmotel)
[0.32.0] - 2024-10-19
Features
5ee1ef3allocator: AddVec::into_boxed_slice(#6195) (DonIsaac)
Documentation
9f555d7allocator: Clarify docs forBox(#6625) (overlookmotel)06e75b0allocator: Enable lint warnings on missing docs, and add missing doc comments (#6613) (DonIsaac)
[0.31.0] - 2024-10-08
Performance
5db9b30allocator: Use lower bound of size hint when creating Vecs from an iterator (#6194) (DonIsaac)
Refactor
f7d1136allocator: Remove unnecessaryVecimpl (#6213) (overlookmotel)
[0.30.2] - 2024-09-27
Documentation
3099709allocator: Documentoxc_allocatorcrate (#6037) (DonIsaac)
[0.27.0] - 2024-09-06
Features
e8bdd12allocator: AddAsMutimpl forBox(#5515) (overlookmotel)
[0.25.0] - 2024-08-23
Refactor
a4247e9allocator: MoveBoxandVecinto separate files (#5034) (overlookmotel)
[0.24.3] - 2024-08-18
Refactor
a6967b3allocator: Correct code comment (#4904) (overlookmotel)90d0b2ballocator, ast, span, ast_tools: Useallocatoras var name forAllocator(#4900) (overlookmotel)
[0.24.2] - 2024-08-12
Features
8e10e25allocator: IntroduceAddress(#4810) (overlookmotel)
[0.24.0] - 2024-08-08
Features
23b0040allocator: IntroduceCloneIntrait. (#4726) (rzvxa)
[0.23.0] - 2024-08-01
Performance
4c6d19dallocator: Use capacity hint (#4584) (Luca Bruno)
[0.22.0] - 2024-07-23
Refactor
504daedallocator: Rename fn params forBox::new_in(#4431) (overlookmotel)
[0.17.2] - 2024-07-08
Features
115ac3ballocator: IntroduceFromInandIntoIntraits. (#4088) (rzvxa)
[0.15.0] - 2024-06-18
Features
8f5655dlinter: Add eslint/no-useless-constructor (#3594) (Don Isaac)
[0.13.0] - 2024-05-14
Refactor
7e1fe36ast: Squash nested enums (#3115) (overlookmotel)
[0.12.5] - 2024-04-22
Refactor
6bc18e1bench: Reuse allocator in parser + lexer benchmarks (#3053) (overlookmotel)
[0.12.4] - 2024-04-19
Features
063b281allocator: MakeBox's PhantomData own the passed inT(#2952) (Boshen)
[0.6.0] - 2024-02-03
Documentation
a1271afallocator: Document behaviour ofBox(Boshen)
[0.5.0] - 2024-01-12
Features
a6d9356allocator: AddFromAPI (#1908) (Boshen)
[0.4.0] - 2023-12-08
Refactor
1a576f6rust: Move to workspace lint table (#1444) (Boshen)