v0.3.0
·
27 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
- @NicholasLYang made their first contribution in #21
- @dataphract made their first contribution in #8
- @Pat-Lafon made their first contribution in #28
Full Changelog: rust-sitter-v0.2.1...rust-sitter-v0.3.0