Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 719 Bytes

0.9.0 (2024-10-21)

  • Bump tree-sitter-cli to 0.23.2, and bring in tree-sitter-language

0.8.0 (Oct 4, 2024)

  • Fix corner-case for parsing an expression with the pipe operator

0.7.0 (Jul 12, 2024)

  • Add support for OTP 27

0.6.0 (2024-05-15)

  • Bump tree-sitter-cli to 0.22.5

0.5.0 (2024-03-18)

  • Bump tree-sitter-cli to 0.22.1

0.4.0 (2023-12-15)

  • Enable parsing an expression with guards in a macro replacement

0.3.0 (2023-11-27)

  • Make trailing separators optional for fun_decl. This improves error recovery.

0.2.0 (Oct 05, 2023)

  • Add support for OTP 26 feature attributes

0.1.0 (June 16, 2023)

  • Add support for OTP 26 constructs
    • maybe
    • map comprehension

0.0.1 (September 26, 2022)

  • Initial Release