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

Changelog History
Page 2

  • v1.15.386 Changes

    May 31, 2020

    πŸ›  Fix refactoring name and equivalenceKey

  • v1.15.384 Changes

    May 27, 2020

    🍱 πŸ’― New features:

    • πŸ‘‰ Use existing member function for custom conversions
    • πŸ– Handle conversions to collections from System.Collections.Immutable
  • v1.14.356 Changes

    March 23, 2020

    πŸ›  Fixe issues related to generating initialization block based on the local accessible values.

  • v1.14.348 Changes

    January 27, 2020

    🍱 πŸ’― New features:

    • πŸ”¨ #102 Added refactoring for updating lambda parameter
    • πŸ‘ #101 Added support for generating completing SELECT statement in LINQ queries
    • βž• Added acronym expanding. Now it's possible to match fields as follows LastRequestTimeStamp with lr.TimeStamp

    🍱 πŸ”¨ Fixed:

    • Method parameter completion works with inheritance
  • v1.12.306 Changes

    September 20, 2019

    πŸ›  Fixed/Added:

    • πŸ›  Fixed VSIX ID to support extension update from VisualStudio
    • βž• Added missing casting for Enum.Parse
    • πŸ‘Œ Improved smart suggestions by using fields and properties from the containing type
  • v1.11.297 Changes

    September 06, 2019

    πŸ›  Fixed/Added:

    • #89: Nullable enum to int?
    • πŸ‘ #85: Support For JetBrains Rider
    • #84: when class only one prop not working
  • v1.10.276 Changes

    August 15, 2019

    πŸ†• New features/fixes:

    • βž• Add smart suggestion for method invocation's parameters
    • πŸ›  Fix nullable-to-nullable mapping
  • v1.9.269 Changes

    April 29, 2019

    πŸ†• New features/fixes:

    • πŸ”¨ #76: Add refactoring that convert this object to other
    • #75: Prevent invoking ignore function for null elements
  • v1.8.254 Changes

    March 09, 2019

    πŸ†• New features/fixes:

    • πŸ‘ #66 Add support for VS2019
    • πŸ‘ #68 Add support for string<->enum conversions
    • #64 Generate initialization block for properties that are not mapped via constructor
  • v1.7.238 Changes

    January 22, 2019

    πŸ†• New features/fixes:

    • #58: Fix mapping nullable and primitives
    • #57: Handle invalid method body and lambda expressions when generatin… …
    • πŸ›  Fix generating mapping lambda body for Select()
    • Generate mapping lambda for empty ConvertAll()