mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
1.5 KiB
1.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.37.0] - 2024-11-21
Features
8cfea3coxc_cfg: Add implicit return instruction (#5568) (IWANABETHATGUY)
[0.31.0] - 2024-10-08
95ca01ccfg: [BREAKING] Make BasicBlock::unreachable private (#6321) (DonIsaac)
Features
fa4d505cfg: Derive more base traits for CFG blocks (#6320) (DonIsaac)14275b1cfg: Color-code edges in CFG dot diagrams (#6314) (DonIsaac)
Refactor
40932f7cfg: Use IndexVec for storing basic blocks (#6323) (DonIsaac)a1e0d30cfg: Add type alias for Graph (#6322) (DonIsaac)7672793cfg: Move block data types to separate file (#6319) (DonIsaac)
[0.29.0] - 2024-09-13
Refactor
cc0408bsemantic: S/AstNodeId/NodeId (#5740) (Boshen)
[0.21.0] - 2024-07-18
Refactor
fc0b17dsyntax: Turn theAstNodeId::dummyinto a constant field. (#4308) (rzvxa)
[0.20.0] - 2024-07-11
Bug Fixes
7a059abcfg: Double resolution of labeled statements. (#4177) (rzvxa)
[0.16.0] - 2024-06-26
Features
3e78f98cfg: Add depth first search with hash sets. (#3771) (rzvxa)
[0.15.0] - 2024-06-18
0537d29cfg: [BREAKING] Move control flow to its own crate. (#3728) (rzvxa)
Refactor
d8ad321semantic: Make control flow generation optional. (#3737) (rzvxa)