Releases: omaxel/SimplePatch
Releases · omaxel/SimplePatch
v3.0.1
Added support for child class patch.
v3.0.0
- Break change: All entities types which is used in Delta or DeltaCollection must be declared in DeltaConfig.Init().
- Break change: excluded property and 'ignore null value' option must be declared in DeltaConfig.Init().
- Added global and properties mapping functions.
- Added support to add property using expressions in Delta.Add method.
- Added unit tests.
v1.2.4
Fix exception when null assigned to a nullable value type.
v1.2.3
Added ability to ignore null value for specified properties.
Fix exception when null assigned to a nullable value type.
v1.2.2
Added ability to ignore lettere case for properties names.
v1.2.1
Added support for Guid.
Added DateTime and Guid fileds in example projects.
Added migrations in example projects.
v1.2
Added support for ASP.NET Core.
Moved examples folder.
Added example for ASP.NET Core Web API.
v1.1
Added Delta.GetSpecifiedPropertyNames and Delta.GetNotSpecifiedPropertyNames methods.
Documentation comments translated to English.