Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 18:09
· 4 commits to dev since this release
2a1931b

android-tree-sitter

v4.2.0 (2024-03-16)

Added

  • feat(node): add support for TSNode.getGrammarSymbol() (Akash Yadav)

  • feat(tree): add support for TSTree.getIncludedRanges() (Akash Yadav)

  • feat(tree): add support for TSTree.getRootNodeWithOffset(int, TSPoint) (Akash Yadav)

Fixed

  • fix: implement object equality for model classes (Akash Yadav)

  • fix: memory leak in TSTree.getChangedRanges() (Akash Yadav)