Skip to content

v1.3.0

Compare
Choose a tag to compare
@novusnota novusnota released this 04 May 14:52
· 7 commits to main since this release
f65460e

Summary

Tree-sitter-tact now fully matches Tact version 1.3.0.

What's Changed

  • feat: Update to tree-sitter 0.22.2 by @novusnota in #14
  • feat: match grammar & queries to Tact's main by @novusnota in #17
  • fix: Escape sequences & related queries by @novusnota in #18
  • feat: Trailing commas for struct instances and function arguments by @novusnota in #19
  • feat: tests in CI for PRs to main by @novusnota in #21
  • feat[match ohm]: !! as a value expression, trait lists with trailing commas by @novusnota in #22
  • Update to keep matching Tact's actual version by @novusnota in #23
  • feat: foreach loops for maps by @novusnota in #27
  • chore: Neovim-specific formatting by @novusnota in #28
  • chore: add updated queries after the review in nvim-treesitter & related by @novusnota in #29
  • fix: Structs/Sessages field punning by @novusnota in #30

Full Changelog: v1.2.0...v1.3.0