Skip to content

Tags: tralivali1234/Mapster

Tags

2.6.1

Toggle 2.6.1's commit message
fix: Object to primitive type is always converted using Convert class…

… (sp thx to satano)

2.6.0

Toggle 2.6.0's commit message
fix array copy should apply only primitive

fix MapsterMapper#88 IgnoreCase NameMatchingStrategy
fix MapsterMapper#89 Object not being mapped during Deep Clone
fix MapsterMapper#90 Nested complex type members are missed as flattened member sources
fix MapsterMapper#91 Option to prevent mapster from mapping Get... methods to properties
fix MapsterMapper#92 Can't map property of type Dictionary<int, Decimal> to the same prop
feature: EnableNonPublicMembers (sp thx to hpcsc)
make IgnoreIf setting combined
apply IgnoreIf to record type
add Map config by name
provide more exception information

2.5.0

Toggle 2.5.0's commit message
feature: add IgnoreIf

2.4.3

Toggle 2.4.3's commit message
fix MapsterMapper#70 Mapster nuget versioning

fix MapsterMapper#72 Fix ArgumentException when compiling a derived class without members.

2.4.2

Toggle 2.4.2's commit message
FIX: MapsterMapper#68 Mapster modifies underlying collection which is…

… being iterated over, when TypeAdapterConfig.GlobalSettings.Compile() is called

Update to .NET Core 1.0

2.4.1

Toggle 2.4.1's commit message
fix MapsterMapper#66 - MapContext should be public

2.4.0

Toggle 2.4.0's commit message
fix MapsterMapper#60 map from null should be null

fix MapsterMapper#63 apply NameMatchingStrategy to object dictionary mapping
fix MapsterMapper#65 map to interface using ConstructUsing
separate compile projection from compile
upgrade project to .net core rc2

2.3.0

Toggle 2.3.0's commit message
FIX: ignore null value

Add ProjectToType and obsolete Project.To
Support RecordType
Clone setting
Support AfterMapping
Allow sending runtime value
Support converting object to dict and dict to object
Flexible name mapping strategy
Sign assembly

2.1.2

Toggle 2.1.2's commit message
FIX: ignore null values

Add descriptive exception when map immutable type
Create ProjectToType and obsolete Project.To

2.1.1

Toggle 2.1.1's commit message
- FIX: EF should not create empty object on null property in projection

- Add more descriptive error message for projection