Skip to content

Releases: benmajor/JQL

1.1.1

31 Oct 07:37
Compare
Choose a tag to compare

Fixed a bug where using the == would leak a warning if used on an array field.

Added new functions

30 Oct 22:29
Compare
Choose a tag to compare

Three new functions were added as follows:

  • DISTINCT()
  • MIN()
  • MAX()

1.0.1: Fix clause evaluation

30 Oct 19:07
Compare
Choose a tag to compare

One major bug fix:

  • Break out of operator clause when we have a match (otherwise >= evaluates to >).

1.0.0

27 May 06:46
dc2cf33
Compare
Choose a tag to compare
Update README.md