What's Changed
- feat: enable linting even when syntax errors exist by @walf443 in #89
- chore(deps): update docker/setup-buildx-action action to v4 by @renovate[bot] in #90
- remove: parse_string_legacy and legacy parser/lexer code by @walf443 in #91
- chore(deps): update docker/metadata-action action to v6 by @renovate[bot] in #92
- chore(deps): update docker/build-push-action action to v7 by @renovate[bot] in #93
- chore(deps): update dependency @types/node to v25.3.5 by @renovate[bot] in #94
- fix(deps): update rust crate rowan to 0.16 by @renovate[bot] in #95
- chore(deps): disable clap color feature to remove anstream dependency by @walf443 in #96
- Refactor indent rule by @walf443 in #97
- refactor: unify fix application to offset-based and expose via WASM by @walf443 in #98
- refactor: migrate ignore.rs from deprecated line-based Fix API to Fix::replace_range by @walf443 in #99
- remove: remove legacy core WASM module support and export_plugin! macro by @walf443 in #100
- refactor: rewrite unclosed-quote rule to use rowan CST by @walf443 in #101
- refactor: migrate missing-semicolon rule to CST-based implementation by @walf443 in #102
- refactor: migrate unmatched-braces rule to CST-based implementation by @walf443 in #103
- fix: use indent-aware R_BRACE matching to detect correct unclosed brace by @walf443 in #104
- bump up version to v0.10.0 by @walf443 in #105
Full Changelog: v0.9.0...v0.10.0