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

Releases: AndroidIDEOfficial/android-tree-sitter

v1.1.0

02 Feb 05:29
f53fd65
Compare
Choose a tag to compare

android-tree-sitter

v1.1.0 (2023-02-02)

Fixed

  • fix: remove workspace status condition for mainline release in nyx config (Akash Yadav)

  • fix: memory leak in TreeCursor.delete() (Akash Yadav)

  • fix(deps): update AGP and Gradle (Akash Yadav)

Added

  • feat: pull treesitter from upstream (Akash Yadav)

  • feat: fetch tree-sitter-xml from upstream (Akash Yadav)

android-tree-sitter v1.0.10

28 Dec 04:45
a966662
Compare
Choose a tag to compare
Pre-release
bump version to v1.0.10

android-tree-sitter v1.0.9

28 Dec 04:45
ef33d83
Compare
Choose a tag to compare
Pre-release
chore: bump version to v1.0.9

android-tree-sitter v1.0.8

17 Dec 09:00
9a1c0ef
Compare
Choose a tag to compare
Pre-release
Bump version to 1.0.8

android-tree-sitter v1.0.6

17 Dec 04:38
087e2a3
Compare
Choose a tag to compare
Pre-release

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

15 Dec 06:23
caeee5f
Compare
Choose a tag to compare
Pre-release

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

13 Dec 14:48
0b418c9
Compare
Choose a tag to compare
Pre-release

This release adds new API implementations in TSQuery.

android-tree-sitter v1.0.3

06 Oct 17:20
f86f562
Compare
Choose a tag to compare
Pre-release
Temporarily removed test assertions for TSNode.getEndPoint()

v1.0.1

22 Jul 08:54
4d1598c
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
Bump version to 1.0.1

v1.0.0

22 Jul 08:50
01d4907
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release
Updated README