Skip to content

Releases: praeclarum/ListDiff

v1.2.10 Fix for .NET Standard

06 Aug 05:50
09943f6
Compare
Choose a tag to compare

v1.2.8 Add Methods to Make Writing UIs Easier

06 Aug 05:39
db63966
Compare
Choose a tag to compare

UICollectionView is a beast and wants a weird ordering of operations. Now a ListDiff can calculate the best batched operations to update the UI.

Performance and Correctness

20 Aug 12:24
Compare
Choose a tag to compare

This version will only allocate internal lists if the data sources don't support IList.

This also is the first unit-tested version.

Improve NuGet Packaging

03 Aug 23:39
Compare
Choose a tag to compare

Xamarin installs all of .NET Standard when you use normal packaging. This works around that bug.

Initial Release

03 Aug 23:03
Compare
Choose a tag to compare

This is the first .NET Standard 1.0 version of this library.