Releases: cloudblue/lib-rql
Releases · cloudblue/lib-rql
2.0.2
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
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
1.1.7
Migrate from mkautodoc to mkdocstrings for reference documentation.
1.1.6
Migrate from sphinxdoc to mkdocs.
1.1.5
Fixed an issue where or() with 3 or more parameters was parsed incorrectly
1.1.4
Solved problem where and() was only taking 2 operators
1.1.2
Added support for N or expressions (exp|exp...|exp) #6