Skip to content

Releases: tree-sitter-grammars/tree-sitter-query

v0.5.0

02 Feb 16:31
Compare
Choose a tag to compare

What's Changed

  • feat: update to tree-sitter 0.24 by @ObserverOfTime in #42
  • fix: disallow empty groupings by @ribru17 in #44
  • revert: fix: disallow empty groupings, alternations by @ribru17 in #45
  • Support dot-prefixed predicates and MISSING keyword by @ribru17 in #46
  • fix: allow captures, quantifiers after MISSING keyword by @ribru17 in #48
  • chore: bump version to v0.5.0 by @ribru17 in #49

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 May 09:56
Compare
Choose a tag to compare

What's Changed

  • feat: make definition a supertype and add string content by @amaanq in #37
  • refactor!: un-alias strings in anonymous nodes by @amaanq in #38

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 May 21:22
Compare
Choose a tag to compare

What's Changed

  • fix: allow supertype nodes as identifiers by @clason in #33
  • fix: properly handle supertypes by @amaanq in #34

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

26 Mar 09:45
2e31ca2
Compare
Choose a tag to compare

fix: escape braces in regexp

v0.2.0

08 Mar 09:04
Compare
Choose a tag to compare
feat: include queries

v0.1.0

10 Mar 08:37
Compare
Choose a tag to compare
build: fill necessary metadata for `cargo publish`