Change Log
View SourceAll notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v0.4.11 (2025-09-25)
Bug Fixes:
parser: prevent duplicating hooks object when custom conditions exist (#42) by Shahryar Tavakkoli
parser: prevent duplicating hooks object when custom conditions exist by Shahryar Tavakkoli
v0.4.10 (2025-09-08)
v0.4.9 (2025-09-08)
v0.4.8 (2025-09-08)
Bug Fixes:
- remove rust-toolchain.toml file
v0.4.7 (2025-09-07)
Bug Fixes:
- rules: fix community rules causing validation issues by Shahryar Tavakkoli
v0.4.6 (2025-03-08)
Features:
- parser: add AST manipulation functions for inserting, replacing, and exporting AST as JSON (#24)
v0.4.5 (2025-02-24)
Features:
- add JS and CSS formatters for code standardization - rust biomejs (#21)
v0.4.4 (2025-02-16)
Features:
- improve import deduplication by supporting ImportDefaultSpecifier and ImportNamespaceSpecifier (#16)
v0.4.3 (2025-01-18)
Bug Fixes:
- rebuild NIF without lto
v0.4.2 (2025-01-17)
Bug Fixes:
- rebuild NIF and downgrade rustler
v0.4.1 (2025-01-17)
Bug Fixes:
- rebuild NIF
v0.4.0 (2025-01-17)
Features:
- migrate project from OXC to SWC, add generic helper functions, and update dependencies (#10)
v0.3.0 (2025-01-08)
Features:
- add function to extend limited objects and prevent duplicate object names during extending hooks (#9)
v0.2.0 (2025-01-05)
Features:
- parser: add function to display AST statistics and fix
Clippywarnings (#7)
v0.1.2 (2024-12-29)
Bug Fixes
- Properly include all checksums
v0.1.1 (2024-12-29)
Improvements:
- Support RustlerPrecompiled release (#3)
v0.1.0 (2024-12-24)
Features:
- OXC wrapper NIF & initial features