Releases: dotkernel/dot-mapper
Releases · dotkernel/dot-mapper
Bump PHP to 8.3
2.9.1
2.9.0
Replaced Zend namespace with Laminas and Mezzio namespaces.
Replaced Zend namespace with Laminas and Mezzio namespaces.
To be used for version 2.0 of frontend and admin releases of Dotkernel.
Changed
- Nothing
Added
- Added Laminas dependencies
Deprecated
- Nothing
Removed
- Removed Zend packages dependencies
Fixed
- Nothing
dot-mapper 1.0.0
1.0.0 - 2018-04-13
Changed
- Dependency version update
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
dot-mapper 0.4.4
Changed
- Nothing
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Quick fixed previous release
dot-mapper 0.4.3
Changed
- Nothing
Added
- array_filter on data before saving. Can be overridden with
force_nulls
option
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
dot-mapper 0.4.2
Changed
- Nothing
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- fixed issue #12 - error when saving multiple new entities
dot-mapper 0.4.1
Changed
- Nothing
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- abstract mappers must implement
EventManagerAwareInterface
too
dot-mapper 0.4.0
Changed
- Nothing
Added
- mapper function
->inTransaction(): bool
to check if mapper is in an active transaction(if supported)
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing