Skip to content

Releases: MapsterMapper/Mapster

6.1.0: Mapster.Tool generating mappers from interface

02 Aug 01:15
7a73d50
Compare
Choose a tag to compare

6.0.0: Fork setting

30 Jul 01:41
Compare
Choose a tag to compare

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

29 May 23:03
Compare
Choose a tag to compare

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

5.3.1

12 May 10:08
Compare
Choose a tag to compare

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

5.3.0: ISet support

10 Apr 01:30
Compare
Choose a tag to compare

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

5.2.0: EmptyCollectionIfNull

15 Mar 02:09
Compare
Choose a tag to compare

close #227: EmptyCollectionIfNull, CreateNewIfNull DestinationTransform

5.1.0: support mapping to IDictionary, IReadOnlyDictionary

03 Mar 00:35
Compare
Choose a tag to compare

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

5.0.0: Generating dynamic proxy

02 Feb 05:47
Compare
Choose a tag to compare
  • 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

19 Oct 03:19
Compare
Choose a tag to compare

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

4.1.0

15 Jun 14:35
Compare
Choose a tag to compare
  • Change project to C# 8
  • Support NullableAttribute
  • Improve IList performance
  • Fix mapping to existing struct