Skip to content

Releases: IgniteKit/wp-query-builder

v1.3.1

15 Jun 11:58

Choose a tag to compare

What's new:

  • Optimize Imports
  • Remove unnecessary comments

v1.3.0

15 Jun 11:48

Choose a tag to compare

What's new:

  • Add IN operator support in WHERE queries
  • Code quality improvements

v1.2.0

22 Nov 21:54

Choose a tag to compare

What's new:

  • Improve query arg parsing for insert/update statements
  • Fix "not null" handling in query. It was typo pointing to "not nulll"

v1.1.2

16 Sep 16:37

Choose a tag to compare

What's new:

  • Fix where query issue
  • Where query building improvements

v1.1.1

19 Aug 17:00

Choose a tag to compare

  • Add DataModel casts
  • Add DataModel hidden properties
  • Fix when using reserved keywords for insert/update operations

v1.1.0

19 Aug 04:45

Choose a tag to compare

  • Added insert() support
  • Various bug fixes related to data sanitizing and data update
  • Updated test cases