This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Releases: AndroidIDEOfficial/android-tree-sitter
Releases · AndroidIDEOfficial/android-tree-sitter
v1.1.0
android-tree-sitter
v1.1.0 (2023-02-02)
Fixed
Added
android-tree-sitter v1.0.10
bump version to v1.0.10
android-tree-sitter v1.0.9
chore: bump version to v1.0.9
android-tree-sitter v1.0.8
Bump version to 1.0.8
android-tree-sitter v1.0.6
This release adds support for working with UTF16 strings directly with UTF16String
class. The UTF16String
class provides various APIs for accessing and modifying the bytes of the string.
android-tree-sitter v1.0.5
This release updates the build system. From now on, CMake will be used to build everything. Apart from this, grammars are now published to a separate maven artifact.
android-tree-sitter v1.0.4
This release adds new API implementations in TSQuery
.
android-tree-sitter v1.0.3
Temporarily removed test assertions for TSNode.getEndPoint()