Changelog

1.1.1 (2017-03-24)

Breaking
Enhancements
Bug Fixes

1.1 (2016-09-18)

Breaking
Enhancements
Bug Fixes

1.0.1 (2016-04-25)

Breaking
Enhancements
Bug Fixes

1.0 (2015-10-19)

CollectionType extension:

An extension of CollectionType, which calculates the diff between two collections.

RangeReplaceableCollectionType extension:

An extension of RangeReplaceableCollectionType, which calculates the longest common subsequence between two collections.

String extension:

An extension of String, which calculates the longest common subsequence between two strings.

Diff struct:

A generic struct that represents a diff between two collections.