All Versions
20
Latest Version
Avg Release Cycle
43 days
Latest Release
1741 days ago

Changelog History
Page 2

  • v5.2.0 Changes

    March 15, 2020

    ๐Ÿ›  fix #227: EmptyCollectionIfNull, CreateNewIfNull DestinationTransform

  • v5.1.0 Changes

    March 03, 2020

    ๐Ÿ‘Œ support mapping to IDictionary, IReadOnlyDictionary
    ๐Ÿ›  fix nested EnableNonPublicMember
    ๐Ÿ›  fix TwoWays IncludeMember

  • v5.0.0 Changes

    February 02, 2020
    • ๐Ÿ”‹ feature: generating dynamic proxy for interface (sp. thx to Satano)
    • ๐Ÿ”‹ feature: UseDestinationValue
    • ๐Ÿ”‹ feature: null propagating property path
    • ๐Ÿ”‹ feature: support multiple sources
    • ๐Ÿ”„ change: introduce Mapper & deprecate Adapter
    • benchmark: change to banchmark.net (sp. thx to SergerGood)
  • v4.1.1 Changes

    October 19, 2019

    ๐Ÿ›  fix #209 map to target with the same list
    ๐Ÿ›  fix ToString from interface (sp thx to @elzero )

  • v4.1.0 Changes

    June 15, 2019
    • ๐Ÿ”„ Change project to C# 8
    • ๐Ÿ‘Œ Support NullableAttribute
    • ๐Ÿ‘Œ Improve IList performance
    • ๐Ÿ›  Fix mapping to existing struct
  • v4.0.0 Changes

    April 13, 2019

    ๐Ÿ“ฆ 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

  • v3.3.2 Changes

    March 06, 2019

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

  • v3.3.1 Changes

    February 05, 2019

    ๐Ÿ›  fix: map to target from null value should return null

  • v3.3.0 Changes

    January 29, 2019
    • ๐ŸŽ minor performance improvement
    • ๐Ÿ‘Œ improve script readability
    • ๐Ÿ‘Œ support ExpressionDebugger
  • v3.2.0 Changes

    September 09, 2018
    • ๐Ÿ”‹ feature: Support IDictionary (sp thx to @sven-n )
    • ๐Ÿ›  fix: ignore index properties for auto mapping