Skip to content

Releases: cloudblue/lib-rql

2.0.2

15 Jul 18:24
a874666
Compare
Choose a tag to compare

What's Changed

  • LITE-30574: Allowing braces exp braces as valid term_exp to catch up cases with extra parenthesis by @akodelia in #19

Full Changelog: 2.0.1...2.0.2

2.0.1

25 Jun 13:09
523ee35
Compare
Choose a tag to compare

What's Changed

  • Including 2 new terms to be able to parse logical and tuple terms inside braces. by @akodelia in #18

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

30 May 12:20
1d46965
Compare
Choose a tag to compare

What's Changed

  • LITE-27690: deprecate python 3.7 by @gab832 in #16

Full Changelog: 1.1.8...2.0.0

1.1.8

16 Mar 10:56
7f7a841
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.7...1.1.8

1.1.7

30 Jan 14:55
ddcc006
Compare
Choose a tag to compare

Migrate from mkautodoc to mkdocstrings for reference documentation.

1.1.6

16 Jan 12:39
7833b32
Compare
Choose a tag to compare

Migrate from sphinxdoc to mkdocs.

1.1.5

11 Oct 17:15
e9c6cbe
Compare
Choose a tag to compare

Fixed an issue where or() with 3 or more parameters was parsed incorrectly

1.1.4

31 Aug 17:19
a0d3bf1
Compare
Choose a tag to compare

Solved problem where and() was only taking 2 operators

1.1.3

12 Jul 09:24
985032c
Compare
Choose a tag to compare

Fixed #7

1.1.2

17 May 12:27
d13f65b
Compare
Choose a tag to compare

Added support for N or expressions (exp|exp...|exp) #6