Skip to content

v1.11.0

Compare
Choose a tag to compare
@dabico dabico released this 02 Feb 19:58
· 619 commits to master since this release
b1cc7a3

What's Changed

  • Minor refactoring changes to build.py by @dabico in #103
  • Bump tree-sitter API from 0.20.8 to 0.20.9 by @dabico in #111
  • Add new methods for determining current and next Node parse state by @dabico in #112
  • Add new method for determining Node descendant count by @dabico in #113
  • Add new method for determining if Node is an ERROR by @dabico in #114
  • Add new method which returns if Node has been changed with Tree#edit by @dabico in #115
  • Add new method for getting the current relative depth of a TreeCursor by @dabico in #116
  • Add new method for resetting a TreeCursor state to that of another one by @dabico in #117
  • Add API and Library version information API by @dabico in #118
  • Add Metadata inner class for Language versioning by @dabico in #119

Dependencies Updated

  • Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 by @dependabot in #98
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #100
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #104
  • Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 by @dependabot in #105
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #108
  • Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 by @dependabot in #110

Full Changelog: v1.10.0...v1.11.0