Skip to content

Releases: yaacov/tree-search-language

v2.0.2

07 Oct 20:19
Compare
Choose a tag to compare

Bugfix:

  • fix numbers in sql export

v2.0.1

07 Oct 20:08
Compare
Choose a tag to compare

Bugfix:

  • fix tests

v2.0.0

07 Oct 19:55
Compare
Choose a tag to compare

None backword compatible changes:

  • listener struct return []error array instead of just on error.
  • tree has Nodes as leafs with $ident, $number and $string types, instead of just holding strings as leafs.

Backword compatible changes:

  • Added math operators * / % + and -

v1.3.1

31 Aug 18:54
023c129
Compare
Choose a tag to compare

More docs

v1.3.0

31 Aug 18:18
Compare
Choose a tag to compare

Add bson walk

v1.2.1

25 Aug 06:39
Compare
Choose a tag to compare
walk return errors

v1.2.0

25 Aug 05:30
Compare
Choose a tag to compare
add between to mongo example

v1.1.0

24 Aug 22:32
4df1ada
Compare
Choose a tag to compare
Update README.md

v1.0.2

23 Aug 18:08
Compare
Choose a tag to compare

remove private version of walk

v1.0.1

23 Aug 18:04
Compare
Choose a tag to compare

make Walk public