Skip to content

Latest commit

 

History

History
210 lines (129 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

210 lines (129 loc) · 2.14 KB

2.0.0 - 2020-01-30

Changed

  • Laminas and Mezzio migration.

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Support

Fixed

  • Nothing

1.0.0 - 2018-04-13

Changed

  • Dependency version update

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.4.4 - 2017-09-15

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Quick fixed previous release

0.4.3 - 2017-09-15

Changed

  • Nothing

Added

  • array_filter on data before saving. Can be overridden with force_nulls option

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.4.2 - 2017-05-12

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

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

0.4.1 - 2017-05-02

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • abstract mappers must implement EventManagerAwareInterface too

0.4.0 - 2017-04-20

Changed

  • Nothing

Added

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

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.3.0 - 2017-03-18

Changed

  • module config key from dot_ems to dot_mapper. Bumped version due to BC break

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.2.0 - 2017-03-15

Changed

  • Updated factories to PSR11 container

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.1.2 - 2017-03-11

Updated php file headers doc blocks

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.1.1 - 2017-03-10

Updated files doc blocks to reflect namespace change

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.1.0 - 2017-03-09

Initial tagged release

Added

  • Everything

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing