Skip to content

v1.12.0

Latest
Compare
Choose a tag to compare
@dabico dabico released this 15 Feb 17:01
· 331 commits to master since this release
5769e5d

What's Changed

  • Add "grammar" variants to some Node methods by @dabico in #121
  • Add new LookaheadIterator API by @dabico in #122
  • Add new traversal variants to TreeCursor by @dabico in #123
  • Add Language#nextState by @dabico in #124
  • Remove Language#_INVALID_ by @dabico in #125
  • Add Tree method for obtaining ranges of code changed in edits by @dabico in #126
  • Add API for specifying the included ranges of a Parser by @dabico in #127
  • Fix various memory leaks in native code by @dabico in #128
  • Move ABI versioning information from Parser to TreeSitter by @dabico in #129
  • Add Parser logging by @dabico in #130
  • Add the Predicate class by @dabico in #131
  • Language enum values now provide all field names by @dabico in #132
  • Add Quantifier enum by @dabico in #133
  • Add precise start and end offset byte values for Pattern by @dabico in #134

Dependencies Updated

Full Changelog: v1.11.0...v1.12.0