Skip to content

Releases: dotkernel/dot-mapper

Bump PHP to 8.3

05 Feb 10:24
7f37c53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.1...2.9.2

2.9.1

18 Aug 11:26
850a87b
Compare
Choose a tag to compare

What's Changed

  • composer updates by @cPintiuta in #19

New Contributors

  • @cPintiuta made their first contribution in #19

Full Changelog: 2.9.0...2.9.1

2.9.0

14 Feb 12:38
03bcad9
Compare
Choose a tag to compare

Bump php version to 8.0 and 8.1 and 8.2

Replaced Zend namespace with Laminas and Mezzio namespaces.

31 Jan 09:22
Compare
Choose a tag to compare

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

13 Apr 15:20
e7a7001
Compare
Choose a tag to compare

1.0.0 - 2018-04-13

Changed

  • Dependency version update

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

dot-mapper 0.4.4

15 Sep 10:15
Compare
Choose a tag to compare
dot-mapper 0.4.4 Pre-release
Pre-release

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Quick fixed previous release

dot-mapper 0.4.3

15 Sep 09:54
Compare
Choose a tag to compare
dot-mapper 0.4.3 Pre-release
Pre-release

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

12 May 17:47
Compare
Choose a tag to compare
dot-mapper 0.4.2 Pre-release
Pre-release

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • fixed issue #12 - error when saving multiple new entities

dot-mapper 0.4.1

02 May 14:35
Compare
Choose a tag to compare
dot-mapper 0.4.1 Pre-release
Pre-release

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • abstract mappers must implement EventManagerAwareInterface too

dot-mapper 0.4.0

20 Apr 16:28
Compare
Choose a tag to compare
dot-mapper 0.4.0 Pre-release
Pre-release

Changed

  • Nothing

Added

  • mapper function ->inTransaction(): bool to check if mapper is in an active transaction(if supported)

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing