Skip to content

Tags: josepfs1995/Mapster

Tags

7.0.1

Toggle 7.0.1's commit message
fix MapsterMapper#281 null propagation should return nullable type

fix MapsterMapper#282 map error on record type with empty ctor

7.0.0

Toggle 7.0.0's commit message
- Split attributes and helper classes to Mapster.Core (for codegen pr…

…oject)

- Support C# 9.0 record type
- [Codegen] Support NET 5.0
- [Codegen] Fluent API to generate mapping

6.5.1

Toggle 6.5.1's commit message
fix CreateNewIfNull

fix UseDestinationValue with collection
fix MapsterMapper#272 IEnumerable is enumerating twice when adapted to array
fix MapsterMapper#269 RequireExplicitMapping should validate child mapping
fix MapsterMapper#266 ProjectToType doesn't work with DI(MapContext)

6.5.0

Toggle 6.5.0's commit message
[mapster] non-generic ProjectToType

[mapster] fix MapsterMapper#263 fix when source path is Dictionary
[mapster] fix MapsterMapper#258 enforce cast projection type to prevent EF error
[codegen] generate models
[codegen] generate extension methods
[codegen] support access modifier
[sample] codegen sample

6.1.1

Toggle 6.1.1's commit message
fix MapsterMapper#256 exclude backing fields from mapping

fix code generation for "include"

6.1.0

Toggle 6.1.0's commit message
Mapster.Tool

6.0.0

Toggle 6.0.0's commit message
Fork setting

fix race conditions on unit test (sp. thx to napalu)
fix MapsterMapper#247 Transform the same instance
fix MapsterMapper#251 Map nested IDictionary<string, object>
fix MapsterMapper#252 map same reference to different types

5.3.2

Toggle 5.3.2's commit message

5.3.1

Toggle 5.3.1's commit message
Fix property name match when using AdaptMember Attribute (sp. thx to …

…prgood)

5.3.0

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

fix MapsterMapper#188 Mapping to inherited interface not working