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

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:01
· 228 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.