Skip to content

Tags: SoulcodeAgency/Mapster

Tags

5.3.0

Toggle 5.3.0's commit message
close MapsterMapper#235 ISet support

fix MapsterMapper#188 Mapping to inherited interface not working

5.2.0

Toggle 5.2.0's commit message
fix MapsterMapper#227: EmptyCollectionIfNull, CreateNewIfNull Destina…

…tionTransform

5.1.0

Toggle 5.1.0's commit message
support mapping to IDictionary, IReadOnlyDictionary

fix nested EnableNonPublicMember
fix TwoWays IncludeMember

5.0.0

Toggle 5.0.0's commit message
- 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

Toggle 4.1.1's commit message
fix MapsterMapper#209 map to target with the same list

4.1.0

Toggle 4.1.0's commit message
- Change project to C# 8

- Support NullableAttribute
- Improve IList performance
- Fix mapping to existing struct

4.0.0

Toggle 4.0.0's commit message
package: add netstandard 2.0

feature: support code generation
feature: 2 ways mapping
feature: unflattening
feature: map to constructor
feature: map by properties path
feature: max depth
feature: add before mapping

3.3.2

Toggle 3.3.2's commit message
fix: Compile using ForDestinationType

fix: include non-public member
fix: EF not support Expression.Default

3.3.1

Toggle 3.3.1's commit message
fix: map to target from null value should return null

3.3.0

Toggle 3.3.0's commit message
- minor performance improvement

- improve script readability
- support ExpressionDebugger