Releases: cezarypiatek/MappingGenerator
Releases · cezarypiatek/MappingGenerator
1.22.3
What's new:
- Remove redundant allocations and SemanticModel fetching
1.22.2
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
What's new:
- Change version detecting patterns
- #161: FIX reading type argument from the generic interface
1.22.0.17
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
What's new:
- Add github actions workflows
- Fixes #152
- Update issue templates
- Update issue templates
1.20.463
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
What's new:
- removed analyzers dependencies
1.19.452
What's new:
- FIXED #143 Implement Clone method - expression body issue
- Remove blocking calls and discard synchronization context
1.18.448
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
What's new:
- #136: Fix retrieving type of local symbols