All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v0.4.4 (2025-02-16)
- improve import deduplication by supporting ImportDefaultSpecifier and ImportNamespaceSpecifier (#16)
v0.4.3 (2025-01-18)
- rebuild NIF without lto
v0.4.2 (2025-01-17)
- rebuild NIF and downgrade rustler
v0.4.1 (2025-01-17)
- rebuild NIF
v0.4.0 (2025-01-17)
- migrate project from OXC to SWC, add generic helper functions, and update dependencies (#10)
v0.3.0 (2025-01-08)
- add function to extend limited objects and prevent duplicate object names during extending hooks (#9)
v0.2.0 (2025-01-05)
- parser: add function to display AST statistics and fix
Clippy
warnings (#7)
v0.1.2 (2024-12-29)
- Properly include all checksums
v0.1.1 (2024-12-29)
- Support RustlerPrecompiled release (#3)
v0.1.0 (2024-12-24)
- OXC wrapper NIF & initial features