mirror of
https://github.com/helix-editor/tree-house.git
synced 2025-10-06 00:12:46 +02:00
1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v0.2.2] - 2025-08-31
Added
- Added an optional feature to load
Grammar
s fromLanguageFn
from thetree-sitter-language
crate (#24)
Updated
- Updated the tree-sitter C library to v0.25.8 (da576cf74e04)
Fixed
- Fixed message for the impossible pattern error message in query analysis failures. (9fe0be04c306)
[v0.2.1] - 2025-07-12
Added
- Added
Node::is_extra
Updated
- Updated the tree-sitter C library to v0.25.7
[v0.2.0] - 2025-06-06
Added
- Added
TreeCursor::reset
- Added an iterator for recursively walking over the nodes in a
TreeCursor
:TreeRecursiveWalker
Updated
- Updated the tree-sitter C library to v0.25.6
[v0.1.1] - 2025-05-14
Fixed
- Patched
endian.h
to include IllumOS
[v0.1.0] - 2025-05-13
Added
- Initial publish