Releases: mvccore/ext-model-db
Releases · mvccore/ext-model-db
MvcCore - Extension - Model - Database - v5.1.14
New
- Model instances cloning - all data properties with objects are clonned by
__clone()
magic method.
MvcCore - Extension - Model - Database - v5.1.13
New
Model
public static methodGetDefaultPropsFlags()
.
MvcCore - Extension - Model - Database - v5.1.12
Changed
- Model configuration property
format
has been splitted into propertiesparserArgs
andformatArgs
.
MvcCore - Extension - Model - Database v5.1.11
Fixed
- Column format definition type check.
MvcCore - Extension - Model - Database v5.1.10
Compatibility with MvcCore >= 5.1.34 attributes anotations mode switching.
MvcCore - Extension - Model - Database v5.1.9
Added
.vs/
directory into.gitignore
.- Debugger disabling possibility.
MvcCore - Extension - Model - Database v5.1.8
Fixed
- Model instance JSON serialization - also do not serialize
\Closure
type properties.
MvcCore - Extension - Model - Database v5.1.7
Removed
- Old compatible catch Exception blocks.
MvcCore - Extension - Model - Database - v5.1.6
Fixed
- PHP 8.1 deprecated and incompatible code.
MvcCore - Extension - Model - Database - v5.1.5
Changed
- Default insert transaction name.