| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-13 | 1.0 kB | |
| v0.8.0 source code.tar.gz | 2024-01-13 | 63.4 kB | |
| v0.8.0 source code.zip | 2024-01-13 | 111.8 kB | |
| Totals: 3 Items | 176.2 kB | 0 | |
What's Changed
- chore: clean up Package manifest indentation by @DivineDominion in https://github.com/ChimeHQ/SwiftTreeSitter/pull/20
- Add fieldNameForChild(at:) to Node by @intitni in https://github.com/ChimeHQ/SwiftTreeSitter/pull/21
- Hold strong tree refs to objects that depend on the tree structure
- Remove hard-coded data encoding
- Fix a potential leak with processing edits
- Add some hashable and sendable conformances
- Brand new SwiftTreeSitterLayer library
- Deprecation of
ResolvingQueryCursor, introduction ofResolvingQueryMatchSequence - Introduction of
LanguageConfigurationfor easier language metadata and query loading. - Well-defined query support
New Contributors
- @DivineDominion made their first contribution in https://github.com/ChimeHQ/SwiftTreeSitter/pull/20
- @intitni made their first contribution in https://github.com/ChimeHQ/SwiftTreeSitter/pull/21
Full Changelog: https://github.com/ChimeHQ/SwiftTreeSitter/compare/0.7.2...0.8.0