Releases: benmajor/JQL
Releases · benmajor/JQL
1.1.1
Added new functions
Three new functions were added as follows:
- DISTINCT()
- MIN()
- MAX()
1.0.1: Fix clause evaluation
One major bug fix:
- Break out of operator clause when we have a match (otherwise >= evaluates to >).