| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-19 | 1.8 kB | |
| v0.9.0 source code.tar.gz | 2024-11-19 | 67.5 kB | |
| v0.9.0 source code.zip | 2024-11-19 | 117.1 kB | |
| Totals: 3 Items | 186.5 kB | 0 | |
What's Changed
- fix ios cannot load queries issue by @ElvisWong213 in https://github.com/ChimeHQ/SwiftTreeSitter/pull/22
- Replace git submodule with package dependency for tree-sitter integration by @yeatse in https://github.com/ChimeHQ/SwiftTreeSitter/pull/23
- Hotfix alloc crash, when no read data avail. by @furby-tm in https://github.com/ChimeHQ/SwiftTreeSitter/pull/24
- Fix README formatting by @nakajima in https://github.com/ChimeHQ/SwiftTreeSitter/pull/27
- export tree sitter's id field by @lijunsong in https://github.com/ChimeHQ/SwiftTreeSitter/pull/28
- Add
resetMethod On Parser by @thecoolwinter in https://github.com/ChimeHQ/SwiftTreeSitter/pull/30 - Deprecate
ResolvingQueryCursor. injections() - Lots of documentation additions
includedRangesAPI for bothTreeandMutableTree- 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 https://github.com/ChimeHQ/SwiftTreeSitter/pull/22
- @yeatse made their first contribution in https://github.com/ChimeHQ/SwiftTreeSitter/pull/23
- @furby-tm made their first contribution in https://github.com/ChimeHQ/SwiftTreeSitter/pull/24
- @nakajima made their first contribution in https://github.com/ChimeHQ/SwiftTreeSitter/pull/27
- @lijunsong made their first contribution in https://github.com/ChimeHQ/SwiftTreeSitter/pull/28
- @thecoolwinter made their first contribution in https://github.com/ChimeHQ/SwiftTreeSitter/pull/30
Full Changelog: https://github.com/ChimeHQ/SwiftTreeSitter/compare/0.8.0...0.9.0