mark-gerarts / automapper-plus

An AutoMapper for PHP
MIT License
551 stars 30 forks source link

Add source, destination and property stacks in context array #44

Closed Toilal closed 5 years ago

Toilal commented 5 years ago

This brings additionnal data into context, source stack, destination stack and property stack.

Those context data could be used in custom operation or custom mappers provide more context of the object graph that is currently converted.

It could also help to implement some feature requests like #36, #16, #14 ...

mark-gerarts commented 5 years ago

I'm merging this, but I'm gonna wait with tagging a new release until I've been through all the PR's. So this is gonna sit on master for a while.

Anyways, thanks for your contribution!