Releases: devmoath/jql-builder
Releases · devmoath/jql-builder
v1.5.0
What's Changed
- 👷 docker support for OSS contributors by @devmoath in #34
- Bump actions/checkout from 3 to 4 by @dependabot in #35
- ✨
php 8.4
support by @devmoath in #36
New Contributors
- @dependabot made their first contribution in #35
Full Changelog: v1.4.0...v1.5.0
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