Skip to content

0.19

Choose a tag to compare

@SteveWilkes SteveWilkes released this 11 Jan 18:50
· 177 commits to master since this release
f328195
  • Adding mapping extension methods - obj.Map().ToANew(), obj.Map().Over(otherObj), etc.
  • Automatically ignoring target members with a KeyAttribute
  • Automatically short-circuiting mapping of recursive relationships in target types ending with 'Dto'
  • Support for mapping to Flags enums
  • Updating default dynamic enumerable element pattern to '_i'
  • Fully-compliant .NET Standard 1.0 version with serialization support removed
  • Adding .NET Standard 1.3 version including serialization support