Skip to content

Releases: yaacov/tree-search-language

v6.0.8

12 Sep 08:20
277d1fc

Choose a tag to compare

What's Changed

Full Changelog: v6.0.7...v6.0.8

v6.0.7

19 Apr 10:22

Choose a tag to compare

Full Changelog: v6.0.6...v6.0.7

v6.0.6

18 Apr 05:56

Choose a tag to compare

Full Changelog: v6.0.5...v6.0.6

v6.0.5

15 Apr 02:53

Choose a tag to compare

Full Changelog: v6.0.4...v6.0.5

v6.0.4

12 Apr 11:29

Choose a tag to compare

Full Changelog: v6.0.3...v6.0.4

v6.0.3

09 Mar 11:53

Choose a tag to compare

Full Changelog: v6.0.2...v6.0.3

v6.0.2

20 Feb 15:59

Choose a tag to compare

Full Changelog: v6.0.1...v6.0.2

v6.0.1

18 Feb 09:15

Choose a tag to compare

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

16 Feb 11:15

Choose a tag to compare

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

30 Jun 08:58
dd307c2

Choose a tag to compare

bugfixes

  • support has-many relation on string field