Skip to content

Releases: MapsterMapper/Mapster

4.0.0: Support code generation

13 Apr 08:59
Compare
Choose a tag to compare

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
Choose a tag to compare

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

3.3.1

05 Feb 01:53
Compare
Choose a tag to compare

fix: map to target from null value should return null

3.3.0

29 Jan 16:31
Compare
Choose a tag to compare
  • minor performance improvement
  • improve script readability
  • support ExpressionDebugger

3.2.0

09 Sep 05:03
Compare
Choose a tag to compare
  • feature: Support IDictionary (sp thx to @sven-n )
  • fix: ignore index properties for auto mapping

3.1.8

16 Nov 15:38
Compare
Choose a tag to compare

fix mapping from static property throw NullReferenceException

3.1.7

11 Nov 08:35
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

fix #118 mapping enum to poco

3.1.5

11 Oct 14:46
Compare
Choose a tag to compare

fix nullable enum mapping

3.1.4

11 Oct 14:46
Compare
Choose a tag to compare

fix: Mapping collection with derived types not working properly
allow mapping class extended with IEnumerable (sp thx to Satano)