@@ -7,10 +7,2 @@ <?xml version="1.0"?> | ||
| <members> | ||
| <member name="T:Mapster.IRegister"> | ||
| <summary> | ||
| Implement to allow mappings to be found when scanning assemblies. | ||
| Place mappings in the Register method. | ||
| Call TypeAdapterConfig.ScanAssemblies to perform scanning <see cref="T:Mapster.TypeAdapterConfig"/> | ||
| </summary> | ||
| </member> | ||
| <!-- Badly formed XML comment ignored for member "T:Mapster.MapContext" --> | ||
| <member name="M:Mapster.TypeAdapter.Adapt``1(System.Object)"> | ||
@@ -17,0 +9,0 @@ <summary> |
@@ -7,10 +7,2 @@ <?xml version="1.0"?> | ||
| <members> | ||
| <member name="T:Mapster.IRegister"> | ||
| <summary> | ||
| Implement to allow mappings to be found when scanning assemblies. | ||
| Place mappings in the Register method. | ||
| Call TypeAdapterConfig.ScanAssemblies to perform scanning <see cref="T:Mapster.TypeAdapterConfig"/> | ||
| </summary> | ||
| </member> | ||
| <!-- Badly formed XML comment ignored for member "T:Mapster.MapContext" --> | ||
| <member name="M:Mapster.TypeAdapter.Adapt``1(System.Object)"> | ||
@@ -17,0 +9,0 @@ <summary> |
@@ -7,10 +7,2 @@ <?xml version="1.0"?> | ||
| <members> | ||
| <member name="T:Mapster.IRegister"> | ||
| <summary> | ||
| Implement to allow mappings to be found when scanning assemblies. | ||
| Place mappings in the Register method. | ||
| Call TypeAdapterConfig.ScanAssemblies to perform scanning <see cref="T:Mapster.TypeAdapterConfig"/> | ||
| </summary> | ||
| </member> | ||
| <!-- Badly formed XML comment ignored for member "T:Mapster.MapContext" --> | ||
| <member name="M:Mapster.TypeAdapter.Adapt``1(System.Object)"> | ||
@@ -17,0 +9,0 @@ <summary> |
+14
-21
@@ -5,3 +5,3 @@ <?xml version="1.0"?> | ||
| <id>Mapster</id> | ||
| <version>2.1.0</version> | ||
| <version>2.0.4</version> | ||
| <authors>chaowlert, eric_swann</authors> | ||
@@ -15,22 +15,15 @@ <owners>chaowlert,eric_swann</owners> | ||
| <summary>A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, but simpler and way faster.</summary> | ||
| <releaseNotes>Release Notes (2.0) | ||
| - Performance improvement (2-3x) | ||
| - Projection is improved to generate nicer sql query | ||
| - Mapster is now able to map struct | ||
| - Flagged enum is supported | ||
| - You can now both opt-in and opt-out setting | ||
| - Setting inheritance is able to inherit from interface | ||
| - Setting inheritance is now combined (it does not only pick from the closest parent) | ||
| - New rule based setting, you can defined your setting more granular level | ||
| - Setting is no more static, you can overload your setting to use different setting for your mapping | ||
| - You can ignore properties by attributes | ||
| - Now you can setup your map from different type ie config.Map(dest => dest.AgeString, src => src.AgeInt) | ||
| - Mapster is now support circular reference mapping! | ||
| - Supported more frameworks (.NET 4.0, 4.5, .NET Core RC 5.4) | ||
| Added in 2.1.0 | ||
| Support for Projecting to List<T> | ||
| Support for Assembly scanning for registration | ||
| Small optimizations | ||
| Consistency improvements for Registration patterns</releaseNotes> | ||
| <releaseNotes>- Performance improvement (2-3x) | ||
| - Projection is improved to generate nicer sql query | ||
| - Mapster is now able to map struct | ||
| - Flagged enum is supported | ||
| - You can now both opt-in and opt-out setting | ||
| - Setting inheritance is able to inherit from interface | ||
| - Setting inheritance is now combined (it does not only pick from the closest parent) | ||
| - New rule based setting, you can defined your setting more granular level | ||
| - Setting is no more static, you can overload your setting to use different setting for your mapping | ||
| - You can ignore properties by attributes | ||
| - Now you can setup your map from different type ie config.Map(dest => dest.AgeString, src => src.AgeInt) | ||
| - Mapster is now support circular reference mapping! | ||
| - Supported more frameworks (.NET 4.0, 4.5, .NET Core RC 5.4)</releaseNotes> | ||
| <copyright>Copyright (c) 2016 Chaowlert Chaisrichalermpol, Eric Swann</copyright> | ||
@@ -37,0 +30,0 @@ <tags>Mapper AutoMapper Fast Mapping</tags> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet