Skip to content

Releases: kinetiq/Ether.ListCompare

v1.1.1

28 Nov 04:07
Compare
Choose a tag to compare

First official release of ListCompare, after a few years of production use.

Fluent interface, switched to IEnumerable

18 Jan 03:53
Compare
Choose a tag to compare

Rapidly iterating as this is used in a real project.

  • Added fluent interface
  • Switched from List/IList to IEnumerable since our lists are read-only.

Initial beta release.

18 Jan 02:44
Compare
Choose a tag to compare
Pre-release

This has a working heterogeneous comparer and another unique key-based comparer, but no fluent API. Also, so far it's only .NET Core 2