Releases: BluePsyduck/mapper-manager
Releases · BluePsyduck/mapper-manager
1.3.0
1.2.0
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 likereturn $mapperManager->map($data, new Response());
.
Removed
- Support for PHP 7.2 and 7.3.
1.1.1
Fixed
- Zend config adding unwanted aliases to the Service Manager.
1.1.0
Added
MapperManagerAwareInterface
to let theMapperManager
be injected into mappers and adapters.
1.0.0
- Initial version of the process manager.