Skip to content

Releases: tree-sitter/java-tree-sitter

v0.25.0

28 Feb 18:03
333a97e
Compare
Choose a tag to compare

What's Changed

  • build: bump core from b79f31d to 5e8760b in the submodules group across 1 directory by @dependabot in #72
  • build: bump org.jspecify:jspecify from 0.3.0 to 1.0.0 by @dependabot in #73
  • build: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2 by @dependabot in #74
  • fix: use allocation functions through FFM by @ObserverOfTime in #75
  • Possibility to use custom allocators for nodes retrieved from cursors and queries by @Emmeral in #63
  • Support customizing SymbolLookup for tree-sitter native library by @odenix in #61
  • build: bump core from 304e568 to f5afe47 in the submodules group by @dependabot in #76
  • build: bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.6 by @dependabot in #77
  • build: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #78
  • feat!: update API to 0.25 & separate QueryCursor class by @ObserverOfTime in #79
  • build: bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.6 to 4.9.1.0 by @dependabot in #83
  • build: bump core from f5afe47 to 637a3e1 in the submodules group by @dependabot in #82

New Contributors

Full Changelog: v0.24.1...v0.25.0

v0.24.1

08 Dec 14:09
Compare
Choose a tag to compare

What's Changed

  • build: bump core from 12bc174 to fc8c186 in the submodules group across 1 directory by @dependabot in #55
  • ci: bump the actions group with 2 updates by @dependabot in #54
  • build: bump core from fc8c186 to b79f31d in the submodules group across 1 directory by @dependabot in #60

Full Changelog: v0.24.0...v0.24.1

v0.24.0

06 Nov 08:49
Compare
Choose a tag to compare

What's Changed

  • build: bump core from 46bdc14 to bdfe324 in the submodules group by @dependabot in #45
  • build: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.1 by @dependabot in #46
  • build: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #48
  • build: bump core from bdfe324 to 12bc174 in the submodules group across 1 directory by @dependabot in #51
  • fix(node): use source encoding in getText() by @ObserverOfTime in #52

Full Changelog: v0.23.2...v0.24.0

v0.23.2

09 Oct 07:09
742a0cb
Compare
Choose a tag to compare

What's Changed

  • build: bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.0 by @dependabot in #30
  • fix(query): fix findMatches implementation by @ObserverOfTime in #34
  • build: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #35
  • build: bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.4 by @dependabot in #39
  • build: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #43
  • Fix UTF16 byte order + extend utf8 & utf16 test by @Sigma42 in #41

New Contributors

Full Changelog: v0.23.1...v0.23.2

v0.23.1

08 Sep 10:41
364154c
Compare
Choose a tag to compare

What's Changed

  • build: bump org.junit:junit-bom from 5.10.2 to 5.11.0 by @dependabot in #18
  • build: bump core from 12fb318 to ee06325 in the submodules group across 1 directory by @dependabot in #19
  • build: bump core from ee06325 to 9b398c2 in the submodules group by @dependabot in #25
  • build: bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #26

Full Changelog: v0.23.0...v0.23.1

v0.23.0

26 Aug 16:03
1fe4d6f
Compare
Choose a tag to compare

What's Changed

  • build: bump core from 6ec478c to 9d1ac21 in the submodules group by @dependabot in #4
  • build: bump org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.5.0 by @dependabot in #7
  • build: bump core from 6ec478c to 800f2c4 in the submodules group across 1 directory by @dependabot in #9
  • build: bump core from 800f2c4 to b5e4ef6 in the submodules group across 1 directory by @dependabot in #14
  • build: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #11
  • build: bump core from b5e4ef6 to 12fb318 in the submodules group by @dependabot in #16

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

23 Jun 20:06
431f74d
Compare
Choose a tag to compare
feat: initial commit