Skip to content

Releases: omaxel/SimplePatch

v3.0.1

01 Sep 14:09
Compare
Choose a tag to compare

Added support for child class patch.

v3.0.0

01 Sep 14:11
Compare
Choose a tag to compare
  • 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

13 Oct 08:40
Compare
Choose a tag to compare

Fix exception when null assigned to a nullable value type.

v1.2.3

13 Oct 08:39
Compare
Choose a tag to compare

Added ability to ignore null value for specified properties.
Fix exception when null assigned to a nullable value type.

v1.2.2

13 Oct 08:39
Compare
Choose a tag to compare

Added ability to ignore lettere case for properties names.

v1.2.1

14 Sep 14:42
Compare
Choose a tag to compare

Added support for Guid.
Added DateTime and Guid fileds in example projects.
Added migrations in example projects.

v1.2

31 Aug 12:42
Compare
Choose a tag to compare

Added support for ASP.NET Core.
Moved examples folder.
Added example for ASP.NET Core Web API.

v1.1

08 Aug 06:35
Compare
Choose a tag to compare

Added Delta.GetSpecifiedPropertyNames and Delta.GetNotSpecifiedPropertyNames methods.
Documentation comments translated to English.

v1.0

08 Aug 06:14
Compare
Choose a tag to compare

First public release.