Skip to content

0.15

Compare
Choose a tag to compare
@SteveWilkes SteveWilkes released this 27 Oct 07:28
  • Support for configuring mappings inline - at the point the mapping is performed
  • Making circular relationship mapping zero-configuration, by auto-detecting when mapped objects should be tracked
  • Support for generating mapping plans for anonymous source types and user-defined struct mappings
  • Support for generating mapping plans for all mapping types for a pair of types in one call with Mapper.GetPlansFor()
  • Support for viewing all cached mapping plans with Mapper.GetPlansInCache()
  • Support for calling Mapper.Clone() with a user-defined struct
  • Updating to ReadableExpressions 1.9.4
  • Performance and memory use improvements