Skip to content

v0.3.0

Compare
Choose a tag to compare
@shadaj shadaj released this 25 Feb 22:26
· 24 commits to main since this release

What's Changed

  • Fix README example by renaming Expression -> Expr by @NicholasLYang in #21
  • feat: allow specifying tree-sitter word property by @dataphract in #8
  • Add Rustdoc for rust_sitter::extra by @shadaj in #24
  • Implement Deref for Spanned for better ergonomics by @shadaj in #26
  • Add non-associative prec operator and code completion for prec_right by @shadaj in #27
  • Move Tree Sitter re-export to a module of runtime by @shadaj in #29
  • Provide a more concrete example in extra's Rustdoc by @shadaj in #30
  • Update Readme to talk about ignoring whitespace by @Pat-Lafon in #28
  • Suppress unused-but-set-variable warnings when building parser by @shadaj in #31

New Contributors

Full Changelog: rust-sitter-v0.2.1...rust-sitter-v0.3.0