Releases: devmoath/jql-builder
Releases · devmoath/jql-builder
v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
v1.0.0
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
andwhenNot
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
v0.0.2
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
andOR
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