Releases: mark-gerarts/automapper-plus
Releases · mark-gerarts/automapper-plus
PHP 8.4 deprecation fixes
1.4.1
Bugfix #85: pass context in FromProperty->mapTo
1.4.0
- Adds the
$context
parameter to custom mappers (#83)
- Bump the minimum PHP version to 7.4 since 7.3 and below are EOL
- Migrate from Travis to Github Actions (thanks again @malteschlueter)
- Add
MapToAnyOf
(#70 #67, thanks @peter-si)
1.3.12
#59 Resolves a breaking bug when mapping to a null value
1.3.11
Resolves #58: mapping to classes with typed properties.
1.3.9
Fixes SetTo not applying when the source property is missing (#53)
1.3.8
- Performance increase for resolving mappings (@Toilal)
- Add additional meta information to the context (@Toilal)
- Fix usage of property accessor in default mapping implementation (#51)
1.3.7
- Add destination class to the context array (@Toilal)
- Make the destination contexts available for custom constructors (@Toilal)
- Consistently add contexts to all mapping methods