What's Changed
- fix ios cannot load queries issue by @ElvisWong213 in #22
- Replace git submodule with package dependency for tree-sitter integration by @yeatse in #23
- Hotfix alloc crash, when no read data avail. by @furby-tm in #24
- Fix README formatting by @nakajima in #27
- export tree sitter's id field by @lijunsong in #28
- Add
reset
Method On Parser by @thecoolwinter in #30 - Deprecate
ResolvingQueryCursor. injections()
- Lots of documentation additions
includedRanges
API for bothTree
andMutableTree
- Many bug fixes for
LanguageLayer
- Sublayer resolution is now opt-in
- Some concurrency-related fixes
- Parser bundle queries are now found on iOS
- Removed the need for escaping closures in parsing functions
- Attempting to use a language layer query that is unsupported now throws
- Use tree-sitter 0.23.0
New Contributors
- @ElvisWong213 made their first contribution in #22
- @yeatse made their first contribution in #23
- @furby-tm made their first contribution in #24
- @nakajima made their first contribution in #27
- @lijunsong made their first contribution in #28
- @thecoolwinter made their first contribution in #30
Full Changelog: 0.8.0...0.9.0