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

Deprecate the ability to inject AST transformer factories withing stand-alone AutoMapper #136

Closed Korbeil closed 6 months ago

joelwurtz commented 6 months ago

Is there really a need for that ?

It requires also removing internal on those interfaces which extends the API a lot for a feature that is really complicated for end user and you can do everything with the current transformer interface ?

Do you have a use case for that ?

Korbeil commented 6 months ago

We talked about it with @joelwurtz and decided to remove this feature (deprecating it at first). This is a complex feature that is really required and if it is we could put it into AutoMapper directly.