This repository was archived by the owner on Jan 13, 2026. It is now read-only.
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
whenandwhenNotaccept callback as well (79f4b6a), (1375ffd) - add
appendQueryfunction to reduce duplicate code (93c904f) - add
orderByfunction (21e26ed) - add
rawQueryfunction (50b79c1) - increase the PHPStan level (#6) (cad88cf)
- return
$thisif the callback does not return anything (#5) (cf7aaa1) - Throw exception when
$operatoris illegal for the$valuetype (#2) (3ffedf1)
Full Changelog: v0.0.3...v1.0.0