Releases: MapsterMapper/Mapster
Releases · MapsterMapper/Mapster
4.0.0: Support code generation
13 Apr 08:59
Compare
Sorry, something went wrong.
No results found
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
06 Mar 15:20
Compare
Sorry, something went wrong.
No results found
fix: Compile using ForDestinationType
fix: include non-public member
fix: EF not support Expression.Default
3.3.1
05 Feb 01:53
Compare
Sorry, something went wrong.
No results found
fix: map to target from null value should return null
3.3.0
29 Jan 16:31
Compare
Sorry, something went wrong.
No results found
minor performance improvement
improve script readability
support ExpressionDebugger
3.2.0
09 Sep 05:03
Compare
Sorry, something went wrong.
No results found
feature: Support IDictionary (sp thx to @sven-n )
fix: ignore index properties for auto mapping
3.1.8
16 Nov 15:38
Compare
Sorry, something went wrong.
No results found
fix mapping from static property throw NullReferenceException
3.1.7
11 Nov 08:35
Compare
Sorry, something went wrong.
No results found
allow map to target without default constructor (sp thx to Burgyn)
throw when pass nest destination member access to Map method
3.1.6
11 Nov 08:33
Compare
Sorry, something went wrong.
No results found
fix #118 mapping enum to poco
3.1.5
11 Oct 14:46
Compare
Sorry, something went wrong.
No results found
fix nullable enum mapping
3.1.4
11 Oct 14:46
Compare
Sorry, something went wrong.
No results found
fix: Mapping collection with derived types not working properly
allow mapping class extended with IEnumerable (sp thx to Satano)