Skip to content

Tags: JangoCity/Mapster

Tags

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

3.2.0

Toggle 3.2.0's commit message
feature: support IDictionary
fix: ignore index properties for auto ma…

…pping

3.1.8

Toggle 3.1.8's commit message
fix mapping from static property throw NullReferenceException

3.1.7

Toggle 3.1.7's commit message
- allow map to target without default constructor (sp thx to Burgyn)

- throw when pass nest destination member access to Map method

3.1.6

Toggle 3.1.6's commit message
fix MapsterMapper#118 mapping enum to poco

3.1.5

Toggle 3.1.5's commit message
fix nullable enum mapping