Skip to content

Releases: devmoath/jql-builder

v1.4.0

04 Jan 15:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.2

09 Oct 10:12
c4ca9ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

09 Oct 08:16
c3511f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Sep 22:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

19 Jul 04:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

04 Jul 13:38
7b1c556
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

11 Mar 20:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Jan 19:02
Compare
Choose a tag to compare

What's Changed

  • Improve workflows by @devmoath in #8
  • Extract the constants to new class base on its type by @devmoath in #9
  • remove my personal username from namespace by @devmoath in #11
  • Escape quotes in value/s by @devmoath in #12
  • remove whereFiled function and use the base where function by @devmoath in #13
  • make when and whenNot accept callback as well (79f4b6a), (1375ffd)
  • add appendQuery function to reduce duplicate code (93c904f)
  • add orderBy function (21e26ed)
  • add rawQuery function (50b79c1)
  • increase the PHPStan level (#6) (cad88cf)
  • return $this if the callback does not return anything (#5) (cf7aaa1)
  • Throw exception when $operator is illegal for the $value type (#2) (3ffedf1)

Full Changelog: v0.0.3...v1.0.0

v0.0.3

20 Sep 10:16
Compare
Choose a tag to compare

What's Changed

  • use spatie/macroable to add custom functions (f747960)

Full Changelog: v0.0.2...v0.0.3

v0.0.2

17 Sep 14:17
Compare
Choose a tag to compare

What's Changed

  • Add when() function to add where clause based on condition (c62c841)
  • Add missing operators and keywords (2c95b62)
  • Add helper functions (ac6fa4e), (63ede81)
  • Add ability to use AND and OR operators between conditions (8d47ae6)
  • Make the Jql class as final class (e9ecf66)
  • Change the logic of creating the conditions which now uses where function as base of all functions (d916039)

Full Changelog: v0.0.1...v0.0.2