Skip to content

Releases: wdes/simple-php-model-system

v1.3.0

10 May 14:12
v1.3.0
ff034c4
Compare
Choose a tag to compare
  • Add getter getDbName on the Database class
  • AbstractModel
    • Fixed where building with NULL values
    • Improved phpdocs
    • Added function collectCursorOrArrayWhere
    • Added function collectWhere
    • Added function collectCursorWhere
    • Added function buildWhereClause
    • Added function generateMultipleFromQuery to have a Generator
  • Internal coding style changes

v1.2.0

17 Feb 01:11
v1.2.0
c42f2e4
Compare
Choose a tag to compare
  • Rely on hasChanges() before update and add new method getChangedKeys (f8202dc)
  • Allow to not define a configuration and add setConnection (406a122)
  • Better document configs with phpstan precise doc blocks
  • Add PHP 8.1 to the CI matrix

v1.1.0

05 Jun 15:19
v1.1.0
b412b63
Compare
Choose a tag to compare
  • Implement database disconnect, config checking and multi connexion support
  • Implement hasChanges on Model and detect non changes to the value

v1.0.0

22 May 16:12
v1.0.0
b7959c1
Compare
Choose a tag to compare

First working release