All Versions
27
Latest Version
Avg Release Cycle
36 days
Latest Release
1254 days ago

Changelog History
Page 3

  • v1.6.223 Changes

    December 09, 2018

    ๐Ÿ†• New features/fixes:

    • #49 Implemented Invocation scaffolding code fix
    • ๐Ÿ‘Œ Improved scaffolding for DateTime, Enum, Generics and abstract classes
    • ๐Ÿ›  Fixed issue with variables named prefixed with @
    • ๐Ÿ– Handled mapping Nullable to T
    • โž• Added mapping for two-parameters pure methods
    • ๐Ÿ”จ Stop reporting MappingGenerator refactoring on interfaces
    • Using ConvertAll for collection mapping if possible
  • v1.5.203 Changes

    October 21, 2018

    ๐Ÿ†• New features/fixes:

    • ๐Ÿ‘Œ Improve lambda parameter name for collection mappings
    • #44 Mapping for inherited properties not generated
    • ๐Ÿ›  Fix formatting for implicit conversion
  • v1.5.183 Changes

    September 20, 2018

    ๐Ÿ†• New features/fixes:

    • #30 Handle members with accessibility set to internal
    • ๐Ÿ‘ฏ #31 Generate ICloneable interface implementation
    • #38 Improve naming for collection mapping lambda parameter
  • v1.4.156 Changes

    August 18, 2018

    ๐Ÿ†• New features/fixes:

    • ๐Ÿ”จ #25 All analyzers converted into code refactorings
    • โž• Add generator for missing mapping lambda
    • โž• Add object scaffolding
  • v1.3.125 Changes

    July 05, 2018

    ๐Ÿ†• New features/fixes:
    #18 Add simplified object initialization
    #14 Generate mapping code for Expression<Func<fromType, toType>>

    ๐Ÿ’ฅ Breaking changes:
    ๐Ÿ‘ฏ Collection of the same type are not copied/cloned.

  • v1.3.116 Changes

    July 01, 2018

    ๐Ÿ†• New features/fixes:
    #18 Add simplified object initialization
    #14 Generate mapping code for Expression<Func<fromType, toType>>

  • v1.2.77 Changes

    May 14, 2018

    ๐Ÿ›  Fixed:

    • ๐Ÿ‘ป #15 Extension error with a null exception
    • #13 Generate splatting in LINQ query does not work