Skip to content

Releases: iron-bound-designs/IronBound-DB

v2.1.0

28 Mar 21:27
Compare
Choose a tag to compare
  • Add: Model::refresh() to fetch latest data from the server.
  • Add: Model::with_guarded() and Model::with_unguarded() to modify the fillable properties of a model.
  • Fix: Ensure valid sql if user adds nested where without any clauses.
  • Fix: PHP 7.1 error in DeleteConstrainer class.

v2.0.1

15 Feb 16:21
Compare
Choose a tag to compare
  • Fix: Fatal error when instantiating Complex_Query without manually specifying the wpdb object.

v2

14 Feb 22:09
Compare
Choose a tag to compare
v2
  • Add: Escaping to like where conditions.
  • Add: Support for selecting a single column from FluentQuery.
  • Add: DATE column type. Props @shazahm1.
  • Add: add_many method to Collection. Props @shazahm1.
  • Add: Support for dropping or emptying a table. Props @shazahm1.
  • Add: Boolean column.
  • Add: Make it easier to nest where conditions.
  • Add: Support for creating multiple models in one insert request.
  • Add: register_table API function to create tables according to an array config.
  • Tweak: Nest when using multiple conditions as an array.
  • Tweak: Fetch found rows immediately after main query.
  • Tweak: Specify wpdb where formats during insert, update, and delete.

v2.0.0-beta

27 Jul 21:44
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release
Update badges

v1.1

14 Oct 02:12
Compare
Choose a tag to compare
  • Add: Support for checking if a table is installed.

v1.0.1

05 Oct 05:42
Compare
Choose a tag to compare

Fix: SemVer for IronBound/Cache

v1.0

05 Oct 04:16
Compare
Choose a tag to compare

Initial Release