Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

v1.0.0

Choose a tag to compare

@devmoath devmoath released this 31 Jan 19:02

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