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

Support multiple MapFrom/MapTo with context #160

Closed davidnurdin closed 5 months ago

davidnurdin commented 5 months ago

I have added the ability to create multiple MapFrom or MapTo on the same property in order to be able to use different contexts.

this pull request fix this issue : https://github.com/jolicode/automapper/issues/159

Korbeil commented 5 months ago

Closing, as explained in #159