Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

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.