+13
-13
@@ -5,3 +5,3 @@ <?xml version="1.0"?> | ||
| <id>Mapster</id> | ||
| <version>2.0.3</version> | ||
| <version>2.0.2</version> | ||
| <authors>chaowlert, eric_swann</authors> | ||
@@ -15,14 +15,14 @@ <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>- 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! | ||
| <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> | ||
@@ -29,0 +29,0 @@ <copyright>Copyright (c) 2016 Chaowlert Chaisrichalermpol, Eric Swann</copyright> |
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