Skip to content

Releases: mikegoatly/Mappit

v0.0.9

20 May 13:38

Choose a tag to compare

Handle an edge case where a custom mapping method is required from a type to an enum or visa-versa, e.g. string to an enum.

v0.0.8

17 May 12:49

Choose a tag to compare

For performance, Mappit now copies collection/dictionary properties by reference if elements match. You can opt out of this behavior using the DeepCopyCollectionsAndDictionaries option at the class or method level. (Copying collections by reference)