Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Releases: cezarypiatek/MappingGenerator

1.17.437

01 Sep 17:55
Compare
Choose a tag to compare

What's new:

1.17.435

31 Aug 20:04
Compare
Choose a tag to compare

What's new:

  • #133 Handle non-nullable reference types
  • Strip redundant constructor brackets

1.16.411

29 Jun 15:53
Compare
Choose a tag to compare

FIXED:

  • #129 Issue with duplicated overridden virtual members
  • #129 Issue with GUID fields mapping

1.16.405

02 Jun 21:11
Compare
Choose a tag to compare

Performance optimization

1.16.393

31 May 17:50
Compare
Choose a tag to compare
  • Added support for using object fields to generate mapping
  • Fixed testing fields and methods accessibility in the mapping context

1.15.386

31 May 09:58
Compare
Choose a tag to compare

Fix refactoring name and equivalenceKey

1.15.384

27 May 20:20
Compare
Choose a tag to compare

💯 New features:

  • Use existing member function for custom conversions
  • Handle conversions to collections from System.Collections.Immutable

1.14.356

23 Mar 20:11
Compare
Choose a tag to compare

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

1.14.348

27 Jan 17:03
Compare
Choose a tag to compare

💯 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

1.12.306

20 Sep 20:36
49593b8
Compare
Choose a tag to compare

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