You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Please see [Release Roadmap](https://github.com/CodeShayk/TurboMapper/blob/maste
81
81
-**Performance Improvements**: Significant performance enhancements (2x+) through compiled expression trees and metadata caching
82
82
-**Enhanced Collection Mapping**: Simplified API with Map method now supporting both single objects and collections
83
83
-**Ignored Properties Option**: Added Ignore method to IMappingExpression to skip properties during mapping
84
-
-**Custom Type Converters Registration**: Added RegisterConverter method to IMapper for custom type conversion functions
84
+
-**Custom Type Converters Registration**: Added RegisterConverter method to MappingModule for custom type conversion functions that can be registered with type mappings
85
85
-**Improved Nullable Type Handling**: Enhanced ConvertValue method to handle nullable types properly
86
86
-**Conditional Mapping**: Added When method to IMappingExpression for conditional property mapping
87
87
-**Mapping Transformations**: Added MapWith method for transformation functions during mapping
0 commit comments