Skip to content

Releases: benmajor/JQL

1.1.1

31 Oct 07:37

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

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

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

Choose a tag to compare

Update README.md