Skip to content

Releases: mvccore/ext-model-db

MvcCore - Extension - Model - Database - v5.1.14

21 Oct 15:57
Compare
Choose a tag to compare

New

  • Model instances cloning - all data properties with objects are clonned by __clone() magic method.

MvcCore - Extension - Model - Database - v5.1.13

03 Oct 15:18
Compare
Choose a tag to compare

New

  • Model public static method GetDefaultPropsFlags().

MvcCore - Extension - Model - Database - v5.1.12

02 Sep 16:11
Compare
Choose a tag to compare

Changed

  • Model configuration property format has been splitted into properties parserArgs and formatArgs.

MvcCore - Extension - Model - Database v5.1.11

26 Aug 14:25
Compare
Choose a tag to compare

Fixed

  • Column format definition type check.

MvcCore - Extension - Model - Database v5.1.10

09 Aug 08:46
Compare
Choose a tag to compare

Compatibility with MvcCore >= 5.1.34 attributes anotations mode switching.

MvcCore - Extension - Model - Database v5.1.9

04 Aug 23:01
Compare
Choose a tag to compare

Added

  • .vs/ directory into .gitignore.
  • Debugger disabling possibility.

MvcCore - Extension - Model - Database v5.1.8

13 May 13:41
Compare
Choose a tag to compare

Fixed

  • Model instance JSON serialization - also do not serialize \Closure type properties.

MvcCore - Extension - Model - Database v5.1.7

21 Apr 10:14
Compare
Choose a tag to compare

Removed

  • Old compatible catch Exception blocks.

MvcCore - Extension - Model - Database - v5.1.6

24 Feb 15:51
Compare
Choose a tag to compare

Fixed

  • PHP 8.1 deprecated and incompatible code.

MvcCore - Extension - Model - Database - v5.1.5

09 Nov 11:21
Compare
Choose a tag to compare

Changed

  • Default insert transaction name.