Releases: oscarotero/simple-crud
Releases · oscarotero/simple-crud
6.4.2
Fixed relations when a table is related with itself
6.4.1
Date/datetime fields return null on empty values.
6.4.0
- New field format
file
, that manage uploaded files (using psr-7 FileUpload interfaces)
6.3.1
Added language support to Row::__isset().
6.3.0
- Added default query modifiers.
6.2.1
Bugfix
6.2.0
- Added support for localizable fields
6.1.0
- Added
Row::relate()
,Row::unrelate()
andRow::unrelateAll()
methods for a more intuitive way to relate data - Added
Row::edit()
to use an array to edit a row - Lot of bug fixes.
6.0.1
- Added
__debugInfo
magic method to Row, RowCollection and Table - Use
NULL
as the default value instead the database field default.
6.0.0
New version with more simple api.