Skip to content

Release of v1.2.0

Choose a tag to compare

@tibold tibold released this 28 Mar 15:51
· 71 commits to main since this release
0ad46e5

What's Changed

  • Support interface method matching in MethodCallTransformer by @tibold in #12
  • Document IOptions usage pattern for DI registration by @tibold in #13
  • Add nullable enum mapping support to EnumMapper by @tibold in #14
  • Add SymmetricEnumMapper for bijective enum mappings by @tibold in #15
  • Add CreateCloneMapper method for shallow object cloning by @tibold in #16
  • Guard null optional collections in in-memory mapping by @tibold in #17
  • Add collection update modes to MapTo for deep/identity-based merging by @tibold in #18
  • Add SymmetricEnumMapper, CloneMapper, and transformer base classes by @tibold in #19

Full Changelog: v1.1.0...v1.2.0