Skip to content

Releases: BluePsyduck/mapper-manager

1.3.0

22 Feb 17:37
6663d3d
Compare
Choose a tag to compare

Added

  • Method mapList to the MapperManager and the MapperManagerInterface, which allows to map a list of sources at
  • once.

Removed

  • Support for PHP 7.4. The minimal required version is now PHP 8.0.

1.2.0

15 Jan 14:56
d10c577
Compare
Choose a tag to compare

Added

  • Support for PHP 8.
  • Generic doc-blocks to help with static analysers.
  • Return value to MapperManagerInterface->map(), which now returns the passed in $destination back. This allows for shorter code like return $mapperManager->map($data, new Response());.

Removed

  • Support for PHP 7.2 and 7.3.

1.1.1

25 Mar 17:29
Compare
Choose a tag to compare

Fixed

  • Zend config adding unwanted aliases to the Service Manager.

1.1.0

24 Feb 17:33
Compare
Choose a tag to compare

Added

  • MapperManagerAwareInterface to let the MapperManager be injected into mappers and adapters.

1.0.0

08 Feb 15:02
Compare
Choose a tag to compare
  • Initial version of the process manager.