Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 1.94 KB

Changelog

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)

Changed

  • The parser now accepts anonymous functions with no clauses (#78)
  • Moved parser information to tree-sitter.json (#79)

v0.3.2 (2024-12-02)

Added

  • Support for ~LVN sigils (LiveView Native templates) in the built-in injections (#75)

v0.3.1 (2024-09-28)

Changed

  • Changed highlight queries to distinguish field access from calls (#73)

v0.3.0 (2024-09-05)

Changed

  • The Rust crate to depend on tree-sitter-language rather than tree-sitter (#70)

v0.2.0 (2024-04-08)

Changed

  • Required tree-sitter version to 0.21+ (#66)

v0.1.1 (2023-12-04)

Changed

  • Rewritten the custom scanner code in C (#56)

Fixed

  • Parsing empty interpolation (#55)
  • Fixed the repository URL in the Rust crate (#57)

v0.1.0 (2023-03-14)

Initial release.