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

Releases: cezarypiatek/MappingGenerator

1.22.3

13 Mar 21:03
Compare
Choose a tag to compare

What's new:

  • Remove redundant allocations and SemanticModel fetching

1.22.2

13 Mar 12:14
Compare
Choose a tag to compare

What's new:

  • #168: Handle conversions between simple types wrapped in nullable like decimal? -> double
  • #168: Handle special case mapping of nullable structs x.YValue = z.Y.Value
  • Bump up version of NextVersionGeneratorAction

1.22.1.18

21 Jan 07:07
Compare
Choose a tag to compare

What's new:

  • Change version detecting patterns
  • #161: FIX reading type argument from the generic interface

1.22.0.17

20 Jan 23:02
Compare
Choose a tag to compare

What's new:

  • #161: Add support for nested collection types
  • Use github action for auto-generating next version number
  • Use dedicated github action for setting vsix version
  • Use custom github action for publishing to marketplace
  • Simplify how release log is generated
  • Update README.md
  • Prevent auto-deployment when non-functional changes merged

1.21.13

02 Jan 14:52
Compare
Choose a tag to compare

What's new:

  • Add github actions workflows
  • Fixes #152
  • Update issue templates
  • Update issue templates

1.20.463

12 Nov 16:05
Compare
Choose a tag to compare

What's new:

  • #146 Use the existing instance instead of creating a new one for explicit conversions
  • #145 Ignore snake case notation while matching source to target

1.19.454

01 Nov 10:09
Compare
Choose a tag to compare

What's new:

  • removed analyzers dependencies

1.19.452

31 Oct 18:11
Compare
Choose a tag to compare

What's new:

  • FIXED #143 Implement Clone method - expression body issue
  • Remove blocking calls and discard synchronization context

1.18.448

12 Sep 14:46
Compare
Choose a tag to compare

What's new:

  • Improve completion with local variables for empty initialization blocks
  • Improve completion for the generic method invocations
  • FIXED #138 - completion for invalid symbols

1.17.442

02 Sep 18:20
Compare
Choose a tag to compare

What's new:

  • #136: Fix retrieving type of local symbols