Releases: iron-bound-designs/IronBound-DB
Releases · iron-bound-designs/IronBound-DB
v2.1.0
v2.0.1
- Fix: Fatal error when instantiating
Complex_Query
without manually specifying thewpdb
object.
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
Update badges
v1.1
- Add: Support for checking if a table is installed.
v1.0.1
Fix: SemVer for IronBound/Cache
v1.0
Initial Release