DifferenceKit Versions Save

💻 A fast and flexible O(n) difference algorithm framework for Swift collection.

0.7.2

5 years ago

Fix

0.7.1

5 years ago

Feature

  • Make Optional conform to ContentEquatable

0.7.0

5 years ago

Improvements

  • Performance improved by 1.5x with Swift4.2 🎉
  • Add computed properties sectionChangeCount, elementChangeCount, hasSectionChanges andhasElementChanges in Changeset.
  • Add ContentEquatable.

Breaking change

  • End support for Swift 4.1 or lower.

0.6.0

5 years ago

Features

Breaking changes

  • The subspec name UIExtensions is now renamed to UIKitExtension

0.5.3

5 years ago

Fix

0.5.2

5 years ago

Fix

0.5.1

5 years ago

Fix

  • Fix the animation glitch occurs when section updated by including sectioned element updates in changeset stage 4 (#10)

0.5.0

5 years ago

Breaking changes

  • Section is renamed to ArraySection
  • DifferentiableSection is inherited from Differentiable
  • DifferentiableSection no longer requires a model now

Improvement

  • Got a bit better performance

0.4.1

5 years ago

Change

  • Set the target collection to data of the last stage changeset.

0.4.0

5 years ago

Breaking changes

  • Turn back the name of Differentiable.identifier to differenceIdentifier
  • Turn back the name of associated type Differentiable.Identifier to DifferenceIdentifier

Fix