issues
search
jolicode
/
automapper
:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
https://automapper.jolicode.com/
MIT License
154
stars
15
forks
source link
fix/private property
#128
Closed
nikophil
closed
6 months ago
nikophil
commented
6 months ago
feat(metadata): Refactor metadata (#56)
feat(event): add event system, make serializer optional
feat(event): move map to context implementation to event listener
feat(bundle): Merge bundle directly into automapper, will replace automapper-bundle (#63)
chore(deps): allow to use sf 5.4 for most things, remove useless deps / suggests (#68)
feat(attribute): add map to attribute
feat(map-to): add transformer support
feat(map-to): throw exception if there is the same map to attribute for the same target
Fixes
feat(map-to): better callable support for transformer
chore(doc): add documentation about MapTo attribute
feat(attribute): add map-from attribute
feat(map-to): make it works with methods
chore(typo): fix variable name
fix(map-to): split map to / map from, fix from array
fix(bundle): use map_private_properties when configuring ReflectionExtractor