Skip to content

Releases: oscarotero/simple-crud

6.4.2

29 Aug 11:25
Compare
Choose a tag to compare

Fixed relations when a table is related with itself

6.4.1

27 Aug 12:00
Compare
Choose a tag to compare

Date/datetime fields return null on empty values.

6.4.0

18 Aug 15:13
Compare
Choose a tag to compare
  • New field format file, that manage uploaded files (using psr-7 FileUpload interfaces)

6.3.1

01 Jul 11:26
Compare
Choose a tag to compare

Added language support to Row::__isset().

6.3.0

25 May 17:23
Compare
Choose a tag to compare
  • Added default query modifiers.

6.2.1

25 May 14:37
Compare
Choose a tag to compare

Bugfix

6.2.0

24 May 17:25
Compare
Choose a tag to compare
  • Added support for localizable fields

6.1.0

11 May 18:00
Compare
Choose a tag to compare
  • Added Row::relate(), Row::unrelate() and Row::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

10 May 19:28
Compare
Choose a tag to compare
  • Added __debugInfo magic method to Row, RowCollection and Table
  • Use NULL as the default value instead the database field default.

6.0.0

26 Feb 00:04
Compare
Choose a tag to compare

New version with more simple api.