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
toTreeSitter
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
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #120
Full Changelog: v1.11.0...v1.12.0