Skip to content

0.10.0

Compare
Choose a tag to compare
@ubolonton ubolonton released this 01 Aug 14:15
0.10.0
  • Used keywords instead of strings for field names.
    • Replaced ts-field-name-for-id, ts-field-id-for-name with ts-lang-field, ts-lang-field-id.
    • Replaced ts-current-field-name with ts-current-field.
    • Replaced ts-get-child-by-field-name with ts-get-child-by-field.
  • Used symbols for named node types.
    • Replaced ts-type-name-for-id with ts-lang-node-type.
    • Added ts-lang-node-type-id.
    • Changed the return type of ts-node-type.
  • Renamed ts-type-named-p to ts-lang-node-type-named-p.
  • Added optional param NODE-TYPE to tree-sitter-node-at-point.
  • Upgraded tree-sitter crate to get support for .not-match? predicate.