Skip to content

Releases: igece/ObjDiff

ObjDiff 1.4.0

10 Jan 17:33
Compare
Choose a tag to compare
  • New compare option DontDiveProperties, to avoid diving on specified property names.
  • New method AreEqual and extension method IsEqualTo to check for two objects equality based on ObjDiff's Diff method results.
  • Bug fixes.

ObjDiff 1.3.2

18 Jul 14:58
Compare
Choose a tag to compare

Bug fixes.

ObjDiff 1.3.1

22 Jun 09:44
401863b
Compare
Choose a tag to compare

Added support for .NET 6 DateOnly and TimeOnly structures.

ObjDiff 1.3.0

21 Apr 17:59
Compare
Choose a tag to compare

New IgnoreDifferences attribute. Any property marked with this attribute will be always ignored.

ObjDiff 1.2.0

27 Aug 10:27
Compare
Choose a tag to compare

Added method MakeEqual as a shortcut to call Diff followed by Patch.

ObjDiff 1.0.0

31 May 21:24
Compare
Choose a tag to compare
ObjDiff 1.0.0 Pre-release
Pre-release

First release.