🎩 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.2
to
2.1.1
+17
-15
Mapster.nuspec

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

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

@@ -15,16 +15,16 @@ <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)
<releaseNotes>Release Notes (2.0)
- 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 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)

@@ -35,3 +35,5 @@ Added in 2.1.0

- Small optimizations
- Consistency improvements for Registration patterns </releaseNotes>
- Consistency improvements for Registration patterns
</releaseNotes>
<copyright>Copyright (c) 2016 Chaowlert Chaisrichalermpol, Eric Swann</copyright>

@@ -38,0 +40,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