DifferenceKit Versions Save

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

1.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ra1028/DifferenceKit/compare/1.2.0...1.3.0

1.2.0

2 years ago

Improvements

  • Add conditional ContentEquatable conformance to Array (#101 by @nkristek)
  • ARM64 architecture for Apple Silicon support (#124 by @Dahlgren)

1.1.5

4 years ago

This version DifferenceKit supports both Swift 4.2 and Swift 5+.

FIX

  1. Fix update bug in AppKit extension (by @ra1028 #91, reported by @martindufort #90)

1.1.4

4 years ago

This version DifferenceKit supports both Swift 4.2 and Swift 5+.

Enhancement

  1. Add ContentIdentifiable and use protocol composition. (by @Marcocanc #83)
  2. Enabling library evolution mode by setting BUILD_LIBRARY_FOR_DISTRIBUTION to YES. (by @ra1028 #88)

1.1.3

4 years ago

This version DifferenceKit supports both Swift 4.2 and Swift 5.

Enhancement

  1. Add 'Extensions' directory for support Cocoa platforms in Package.swift. (by @hallee #73)
  2. Add Package.swift for Swift 5. (by @ra1028 #75)

1.1.2

4 years ago

This version DifferenceKit supports both Swift 4.2 and Swift 5.

Enhancement

  1. Minor performance improvements and Internal refactoring (by @ra1028 #67)
  2. Add Swift 5 to supported Swift versions in podspec (by @ra1028 #67)

1.1.1

5 years ago

This version DifferenceKit supports both Swift 4.2 and Swift 5.

Fix

  1. Fix lisence notation in PodSpec (by @halleygen #60)

1.1.0

5 years ago

This version DifferenceKit supports both Swift 4.2 and Swift 5.

Xcode 10.2 Support

  1. Swift 5.0 and Xcode 10.2 support (by @alanzeino #55, @Kaspik #55, @ra1028 #58)

License

  1. The kind of license is now changed to Apache 2.0 License from MIT License. (by @ra1028 #53)

1.0.0

5 years ago

First major version 1.0.0 🎉

Enhancement

0.8.0

5 years ago

Fix

  • Scrolling shutter since #40 (reported by @crsantos #41)
  • Fix animation glitchs by separates the element updates from deletions stage