This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
Releases: cezarypiatek/MappingGenerator
Releases · cezarypiatek/MappingGenerator
1.17.437
1.17.435
1.16.411
1.16.405
Performance optimization
1.16.393
- Added support for using object fields to generate mapping
- Fixed testing fields and methods accessibility in the mapping context
1.15.386
Fix refactoring name and equivalenceKey
1.15.384
💯 New features:
- Use existing member function for custom conversions
- Handle conversions to collections from
System.Collections.Immutable
1.14.356
Fixe issues related to generating initialization block based on the local accessible values.
1.14.348
💯 New features:
- #102 Added refactoring for updating lambda parameter
- #101 Added support for generating completing
SELECT
statement inLINQ
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
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