Skip to content

Releases: spkl/Diffs

v2.1.0

05 May 10:37
efc9152
Compare
Choose a tag to compare
  • Provided snupkg for debug symbols.

v2.0.2

20 Jan 12:23
085be5b
Compare
Choose a tag to compare
  • Upgraded target framework to .NET 8.0.
  • Removed the ArrayView class.
  • Fixed table formatting in README (2.0.1).
  • Re-added support for .NET Standard 2.0 (2.0.2).

v2.0.1

20 Jan 11:42
5a01d9b
Compare
Choose a tag to compare
  • Upgraded target framework to .NET 8.0. Older frameworks are still supported with versions 1.x.
  • Removed the ArrayView class.
  • Fixed table formatting in README (2.0.1).

v2.0.0

20 Jan 11:24
f0fcb07
Compare
Choose a tag to compare
  • Upgraded target framework to .NET 8.0. Older frameworks are still supported with versions 1.x.
  • Removed the ArrayView class.

v1.2.1

05 Apr 13:47
760e5b2
Compare
Choose a tag to compare

This is a bugfix release fixing two critical issues:

  • The VArray containing the endpoints of the furthest reaching paths was created too small, leading to an IndexOutOfRangeException in some cases.
  • The result could contain items that indicate they exists on "ResultType.Both" sides, yet they contained two different values as AItem and BItem.

v1.2.0

21 Mar 12:29
6bd0407
Compare
Choose a tag to compare
  • Improved performance for .NET standard / Full Framework.
  • Introduced IndexRange class.

v1.1.0

03 Feb 21:03
2e07510
Compare
Choose a tag to compare
  • Introduced new GetResult overload to customize the preferred order of unmatched lines.

v1.0.1

31 Jan 17:45
eac0209
Compare
Choose a tag to compare
  • Added documentation comments to all public types and methods to explain usage.
  • Fixed issue where the comparer passed into the MyersDiff constructor was ignored.

v1.0.0

31 Jan 17:44
f53a50f
Compare
Choose a tag to compare
Update README.md