Skip to content

Releases: cloudblue/lib-rql

2.0.2

Choose a tag to compare

@akodelia akodelia released this 15 Jul 18:24
a874666

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

Choose a tag to compare

@maxipavlovic maxipavlovic released this 25 Jun 13:09
523ee35

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

Choose a tag to compare

@ffaraone ffaraone released this 30 May 12:20
1d46965

What's Changed

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

Full Changelog: 1.1.8...2.0.0

1.1.8

Choose a tag to compare

@ffaraone ffaraone released this 16 Mar 10:56
7f7a841

What's Changed

New Contributors

Full Changelog: 1.1.7...1.1.8

1.1.7

Choose a tag to compare

@ffaraone ffaraone released this 30 Jan 14:55
ddcc006

Migrate from mkautodoc to mkdocstrings for reference documentation.

1.1.6

Choose a tag to compare

@ffaraone ffaraone released this 16 Jan 12:39
7833b32

Migrate from sphinxdoc to mkdocs.

1.1.5

Choose a tag to compare

@zzzevaka zzzevaka released this 11 Oct 17:15
e9c6cbe

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

1.1.4

Choose a tag to compare

@marcserrat marcserrat released this 31 Aug 17:19
a0d3bf1

Solved problem where and() was only taking 2 operators

1.1.3

Choose a tag to compare

@maxipavlovic maxipavlovic released this 12 Jul 09:24
985032c

Fixed #7

1.1.2

Choose a tag to compare

@zzzevaka zzzevaka released this 17 May 12:27
d13f65b

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