Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 11:01
· 226 commits to dev since this release
75baf85

android-tree-sitter

v3.0.0 (2023-06-04)

Breaking changes

  • TSQuery now does not allow null parameters in its constructor. Use TSQuery.EMPTY to represent empty/invalid queries. Use TSQuery.create(TSLanguage, String) to safely create query objects.

Added

  • Native libraries for grammars are now automatically loaded in TSLanguage* classes.