What's Changed
- fix: Improve error reporting in CLI lint command by @gvozdvmozgu in #316
- chore(ci): add wasm32-unknown-unknown target to CI build by @gvozdvmozgu in #317
- docs: small improvement to readme by @benfdking in #318
- feat: implementation of reindent module by @gvozdvmozgu in #312
- fix: various issues encountered during the testing of the fix command by @gvozdvmozgu in #322
- chore: Disable benchmarking in CLI and library crates by @gvozdvmozgu in #320
- feat: update test output by @benfdking in #325
- ci: check for diffs after running tests by @benfdking in #324
- refactor: replaced
AHashMap
andAHashSet
withIntMap
andIntSet
forstack_hash_set
andstack_positions
in DepthInfo by @gvozdvmozgu in #323 - chore: removing unusued code by @benfdking in #314
- fix(AL03): correct config source by @gvozdvmozgu in #321
- feat: Add benchmark for parsing queries by @gvozdvmozgu in #319
- refactor: Use Arc for inner field in TemplatedFile struct by @gvozdvmozgu in #326
- chore: bump version build by @benfdking in #330
Full Changelog: v0.4.9...v0.4.10