Releases: mark-gerarts/automapper-plus
Releases · mark-gerarts/automapper-plus
1.3.5
Allow registering mappings with interfaces
2.0.0-alpha1
The first release for the new major version. Main changes so far are:
- Following the interface proposed in the Symfony PR
- Mapping to array
- Deprecation removals
1.3.4
Allow automatic registering of mappings by using a new option.
1.3.3
Fixes an issue when setting a private property with the same suffix (#33)
1.3.2
Add the destination object to the context when using mapToObject
(Thanks @BoShurik)
1.3.1
Allow passing of context to custom constructor (Thanks @BoShurik)
1.3.0
Bugfixes:
- PropertyAccess is split up into reading and writing (#27)
- Add possibility to ignore
null
source values (#12)
- Fix mapping with inherited private properties (#26)
Features:
- Various performance improvements
- Implement a new
SetTo
operation
- Allow mapping from array (#18, thanks @slava-v)
- Allow passing of context (#30, thanks @BoShurik )
1.2.3
Fix a bug (#25) where private properties with the same suffix were being mapped incorrectly.
1.2.2
Major changes:
- Allow MapTo to be chained from FromProperty (#17)
- Add MapperAware operation (Thanks @slava-v)
- Adhere to the substitution principle (Thanks @mschop)
- Pass mapper to custom constructor (Thanks @BoShurik)
1.2.1
Fix a bug where MapTo
would not make use of the assigned nameresolver (#17)