Releases: MapsterMapper/Mapster
Releases · MapsterMapper/Mapster
6.1.0: Mapster.Tool generating mappers from interface
Mapster.Tool support
6.0.0: Fork setting
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
5.3.1
5.3.0: ISet support
5.2.0: EmptyCollectionIfNull
close #227: EmptyCollectionIfNull, CreateNewIfNull DestinationTransform
5.1.0: support mapping to IDictionary, IReadOnlyDictionary
support mapping to IDictionary, IReadOnlyDictionary
fix nested EnableNonPublicMember
fix TwoWays IncludeMember
5.0.0: Generating dynamic proxy
- 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)