🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

Mapster

Package Overview
Dependencies
Maintainers
5
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapster - nuget Package Compare versions

Comparing version
2.1.1
to
2.1.0
+18
-20
Mapster.nuspec

@@ -5,3 +5,3 @@ <?xml version="1.0"?>

<id>Mapster</id>
<version>2.1.1</version>
<version>2.1.0</version>
<authors>chaowlert, eric_swann</authors>

@@ -17,22 +17,20 @@ <owners>chaowlert,eric_swann</owners>

- Performance improvement (2-3x)
- Projection is improved to generate better sql queries
- Mapster is now able to map structs
- Flagged enums are supported
- You can now both opt-in and opt-out of settings
- Settings inheritance is able to inherit from interfaces
- Settings inheritance is now combined (it does not only pick from the closest parent)
- New rule based settings, you can defined your settings at a more granular level
- Settings are no longer only static, you can use different setting configurations for particular mappings
- You can ignore properties by attributes
- Now you can set up mapping between different types. Ex: config.Map(dest =&gt; dest.AgeString, src =&gt; src.AgeInt)
- Mapster now supports circular reference mapping!
- Supports more frameworks (.NET 4.0, 4.5, .NET Core RC 5.4)
- 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 =&gt; dest.AgeString, src =&gt; 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&lt;T&gt;
- Support for Assembly scanning for registration
- Small optimizations
- Consistency improvements for Registration patterns
</releaseNotes>
Added in 2.1.0
Support for Projecting to List&lt;T&gt;
Support for Assembly scanning for registration
Small optimizations
Consistency improvements for Registration patterns</releaseNotes>
<copyright>Copyright (c) 2016 Chaowlert Chaisrichalermpol, Eric Swann</copyright>

@@ -39,0 +37,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