Skip to content

Releases: praeclarum/ListDiff

v1.2.10 Fix for .NET Standard

Choose a tag to compare

@praeclarum praeclarum released this 06 Aug 05:50
09943f6
Fix package license

v1.2.8 Add Methods to Make Writing UIs Easier

Choose a tag to compare

@praeclarum praeclarum released this 06 Aug 05:39
db63966

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

Choose a tag to compare

@praeclarum praeclarum released this 20 Aug 12:24

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

Choose a tag to compare

@praeclarum praeclarum released this 03 Aug 23:39

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

Initial Release

Choose a tag to compare

@praeclarum praeclarum released this 03 Aug 23:03

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