Mapster Versions Save

A fast, fun and stimulating object to object Mapper

6.1.0

3 years ago

Mapster.Tool support

6.0.0

3 years ago

BREAKING CHANGE: Mapping to existing list is no longer support. Please annotate with [UseDestinationValue] to update existing list. Fork setting fix race conditions on unit test (sp. thx to napalu) fix #247 Transform the same instance fix #251 Map nested IDictionary<string, object> fix #252 map same reference to different types

5.3.2

4 years ago

fix #245 Open generic setting shouldn't have side effect

5.3.1

4 years ago

Fix property name match when using AdaptMember Attribute (sp. thx to prgood)

5.3.0

4 years ago

close #235 ISet support fix #188 Mapping to inherited interface not working

5.2.0

4 years ago

close #227: EmptyCollectionIfNull, CreateNewIfNull DestinationTransform

5.1.0

4 years ago

support mapping to IDictionary, IReadOnlyDictionary fix nested EnableNonPublicMember fix TwoWays IncludeMember

5.0.0

4 years ago
  • feature: generating dynamic proxy for interface (sp. thx to Satano)
  • feature: UseDestinationValue
  • feature: null propagating property path
  • feature: support multiple sources
  • change: introduce Mapper & deprecate Adapter
  • benchmark: change to banchmark.net (sp. thx to SergerGood)

4.1.1

4 years ago

fix #209 map to target with the same list fix ToString from interface (sp thx to @elzero )

4.1.0

5 years ago
  • Change project to C# 8
  • Support NullableAttribute
  • Improve IList performance
  • Fix mapping to existing struct