All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
v0.3.3 (2024-12-09)
- The parser now accepts anonymous functions with no clauses (#78)
- Moved parser information to tree-sitter.json (#79)
v0.3.2 (2024-12-02)
- Support for ~LVN sigils (LiveView Native templates) in the built-in injections (#75)
v0.3.1 (2024-09-28)
- Changed highlight queries to distinguish field access from calls (#73)
v0.3.0 (2024-09-05)
- The Rust crate to depend on tree-sitter-language rather than tree-sitter (#70)
v0.2.0 (2024-04-08)
- Required tree-sitter version to 0.21+ (#66)
v0.1.1 (2023-12-04)
- Rewritten the custom scanner code in C (#56)
v0.1.0 (2023-03-14)
Initial release.