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

Changelog History
Page 1

  • v7.0.1 Changes

    November 26, 2020

    ๐Ÿ›  fix #281 null propagation should return nullable type
    ๐Ÿ›  fix #282 map error on record type with empty ctor

  • v7.0.0 Changes

    November 12, 2020
    • Split attributes and helper classes to Mapster.Core (for codegen project)
    • ๐Ÿ‘Œ Support C# 9.0 record type
    • ๐Ÿ‘ [Codegen] Support NET 5.0
    • [Codegen] Fluent API to generate mapping
  • v6.5.1 Changes

    October 23, 2020

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

  • v6.5.0 Changes

    August 19, 2020

    [mapster] non-generic ProjectToType
    [mapster] fix #263 fix when source path is Dictionary
    [mapster] fix #258 enforce cast projection type to prevent EF error
    [codegen] generate models
    [codegen] generate extension methods
    ๐Ÿ‘ [codegen] support access modifier
    [sample] codegen sample

  • v6.1.1 Changes

    August 06, 2020

    ๐Ÿ›  fix #256 exclude backing fields from EnableNonPublicMembers
    ๐Ÿ›  fix code generation for Include

  • v6.1.0 Changes

    August 02, 2020

    ๐Ÿ‘ Mapster.Tool support

  • v6.0.0 Changes

    July 30, 2020

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

  • v5.3.2 Changes

    May 29, 2020

    ๐Ÿ›  fix #245 Open generic setting shouldn't have side effect

  • v5.3.1 Changes

    May 12, 2020

    ๐Ÿ›  Fix property name match when using AdaptMember Attribute (sp. thx to prgood)

  • v5.3.0 Changes

    April 10, 2020

    ๐Ÿ‘ close #235 ISet support
    ๐Ÿ›  fix #188 Mapping to inherited interface not working