Skip to content

Commit fb2bae8

Browse files
committed
- checkpoint: update gitversion
1 parent fc076a7 commit fb2bae8

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next-version: 1.0.0
1+
next-version: 1.2.0
22
tag-prefix: '[vV]'
33
mode: ContinuousDeployment
44
branches:

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ var sources = new List<Source>
5656

5757
// Map to IEnumerable<T>
5858
IEnumerable<Target> targets = mapper.Map<Source, Target>(sources);
59-
60-
// Convert to list if needed
61-
List<Target> targetList = targets.ToList();
6259
```
6360

6461
### iii. Developer Guide
@@ -77,18 +74,6 @@ This section provides the summary of planned releases with key details about eac
7774

7875
Please see [Release Roadmap](https://github.com/CodeShayk/TurboMapper/blob/master/Release_Roadmap.md) for more details.
7976

80-
## Key Features in Release 1.2.0
81-
- **Performance Improvements**: Significant performance enhancements (2x+) through compiled expression trees and metadata caching
82-
- **Enhanced Collection Mapping**: Simplified API with Map method now supporting both single objects and collections
83-
- **Ignored Properties Option**: Added Ignore method to IMappingExpression to skip properties during mapping
84-
- **Custom Type Converters Registration**: Added RegisterConverter method to MappingModule for custom type conversion functions that can be registered with type mappings
85-
- **Improved Nullable Type Handling**: Enhanced ConvertValue method to handle nullable types properly
86-
- **Conditional Mapping**: Added When method to IMappingExpression for conditional property mapping
87-
- **Mapping Transformations**: Added MapWith method for transformation functions during mapping
88-
- **Comprehensive Type Conversions**: Enhanced ConvertValue with DateTime, TimeSpan, and other common type conversions
89-
- **Configuration Validation**: Added ValidateMapping method to IMapper that returns ValidationResult for early validation
90-
- **Improved Error Messages**: Better debugging information for conversion failures
91-
9277
## Contributing
9378
We welcome contributions! Please see our Contributing Guide for details.
9479
- 🐛 Bug Reports - If you are having problems, please let me know by raising a [new issue](https://github.com/CodeShayk/TurboMapper/issues/new/choose).

src/TurboMapper/TurboMapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<Copyright>Copyright (c) 2025 Code Shayk</Copyright>
1616
<RepositoryType>git</RepositoryType>
17-
<PackageTags>object-mapper, deep-mapper, shallow-mapper, mapping-library,automapper, turbomapper, objectmapper, mapper, mappinglibrary</PackageTags>
17+
<PackageTags>object-mapper, deep-mapper, mapping-library, automapper, turbomapper, objectmapper, mapper, mappings, mapper-library</PackageTags>
1818
<IncludeSymbols>True</IncludeSymbols>
1919
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>

0 commit comments

Comments
 (0)