Skip to content

Releases: yaacov/tree-search-language

v5.2.12: Merge pull request #24 from gshilin-sdb/has-many-strings

30 Jun 08:58
dd307c2
Compare
Choose a tag to compare

bugfixes

  • support has-many relation on string field

v5.2.11

26 Jul 03:47
Compare
Choose a tag to compare

Bugfix:
true the T can be parsed as boolean in semantic walk

v5.2.10

24 Jul 18:32
Compare
Choose a tag to compare

bugfix:
semantic walk should handle the strings 'f' 'false' 't' and 'true' as booleans
semantic walk should handle numbers 0 and 1 as booleans

v5.2.9

07 Mar 13:49
Compare
Choose a tag to compare

fix op checks

v5.2.8

07 Mar 13:33
Compare
Choose a tag to compare

support short date format

v5.2.7

22 Feb 09:40
Compare
Choose a tag to compare

check casting in semantics

v5.2.6

22 Feb 07:56
Compare
Choose a tag to compare

fix date compare in semantic walk

v5.2.5

22 Feb 07:42
Compare
Choose a tag to compare

fix ident walker to use bool and date types

v5.2.4

21 Feb 19:39
Compare
Choose a tag to compare

fix lint

v5.2.3

21 Feb 19:33
Compare
Choose a tag to compare

fix dot exported to work with dates and booleans