mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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.39.0] - 2024-12-04
Features
defaf4bdata_structures: AddSparseStack::last_mutmethod (#7528) (overlookmotel)
[0.37.0] - 2024-11-21
Features
d135d3edata_structures: Add methods toSparseStack(#7305) (overlookmotel)
[0.35.0] - 2024-11-04
Performance
c58ec89data_structures: OptimizeNonEmptyStack::pop(#7021) (overlookmotel)
Refactor
b021147data_structures: Make all methods ofNonNullshim#[inline(always)](#7024) (overlookmotel)fb1710adata_structures: Add#[repr(transparent)]toNonNullshim (#7023) (overlookmotel)f1fc8dbdata_structures: Addreadmethod toNonNullshim (#7022) (overlookmotel)
[0.32.0] - 2024-10-19
Bug Fixes
7cc05f1data_structures: Fix compilation failure on older Rust versions (#6526) (overlookmotel)
Documentation
de22b81data-structures: Enable lint warnings on missing docs, and add missing doc comments (#6612) (DonIsaac)
[0.31.0] - 2024-10-08
Features
7566c2ddata_structures: Addas_slice+as_mut_slicemethods to stacks (#6216) (overlookmotel)c3c3447data_structures: Addoxc_data_structurescrate; add stack (#6206) (Boshen)
Refactor
cc57541data_structures:NonEmptyStack::lenhint thatlenis never 0 (#6220) (overlookmotel)147a5d5data_structures: Removeis_emptymethods for non-empty stacks (#6219) (overlookmotel)61805fddata_structures: Add debug assertion toSparseStack(#6218) (overlookmotel)dbfa0bcdata_structures: Addlenmethod toStackCommontrait (#6215) (overlookmotel)