Releases: yaacov/tree-search-language
Releases · yaacov/tree-search-language
v6.0.8
v6.0.7
Full Changelog: v6.0.6...v6.0.7
v6.0.6
Full Changelog: v6.0.5...v6.0.6
v6.0.5
Full Changelog: v6.0.4...v6.0.5
v6.0.4
Full Changelog: v6.0.3...v6.0.4
v6.0.3
Full Changelog: v6.0.2...v6.0.3
v6.0.2
Full Changelog: v6.0.1...v6.0.2
v6.0.1
Add an array annotation in identifiers, e.g. pods[0], pods[*] and pods[2].memorty are now leagal
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Using Flex and Bison
- More tests
- Using CGo, requiring to free the TSL tree after use.
- Using immutable tree
- Add a node kind type
- Add an operator type
- Remove mongo examples
- Remove sqlite examples
Full Changelog: v5.2.12...v6.0.0
v5.2.12: Merge pull request #24 from gshilin-sdb/has-many-strings
bugfixes
- support has-many relation on string field