Releases: cezarypiatek/MappingGenerator
Releases · cezarypiatek/MappingGenerator
1.11.297
Fixed/Added:
- #89: Nullable enum to int?
- #85: Support For JetBrains Rider
- #84: when class only one prop not working
1.10.276
New features/fixes:
- Add smart suggestion for method invocation's parameters
- Fix nullable-to-nullable mapping
1.9.269
New features/fixes:
- #76: Add refactoring that convert this object to other
- #75: Prevent invoking ignore function for null elements
1.8.254
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
1.7.238
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()
1.6.223
New features/fixes:
- #49 Implemented Invocation scaffolding code fix
- Improved scaffolding for DateTime, Enum, Generics and abstract classes
- Fixed issue with variables named prefixed with @
- Handled mapping Nullable to T
- Added mapping for two-parameters pure methods
- Stop reporting MappingGenerator refactoring on interfaces
- Using ConvertAll for collection mapping if possible
1.5.203
New features/fixes:
- Improve lambda parameter name for collection mappings
- #44 Mapping for inherited properties not generated
- Fix formatting for implicit conversion
1.5.183
New features/fixes:
- #30 Handle members with accessibility set to
internal
- #31 Generate
ICloneable
interface implementation
- #38 Improve naming for collection mapping lambda parameter
1.4.156
New features/fixes:
- #25 All analyzers converted into code refactorings
- Add generator for missing mapping lambda
- Add object scaffolding
1.3.125
New features/fixes:
#18 Add simplified object initialization
#14 Generate mapping code for Expression<Func<fromType, toType>>
Breaking changes:
Collection of the same type are not copied/cloned.