Skip to content

Releases: ra1028/DifferenceKit

1.3.0

24 Jun 11:59
073b967
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

08 Jun 15:01
62745d7
Compare
Choose a tag to compare

Improvements

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

1.1.5

14 Jan 09:00
14c6668
Compare
Choose a tag to compare

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

09 Dec 11:58
bf0488b
Compare
Choose a tag to compare

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

17 Jun 12:58
4eb31f8
Compare
Choose a tag to compare

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

07 May 21:37
1fad2be
Compare
Choose a tag to compare

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

28 Mar 17:48
Compare
Choose a tag to compare

This version DifferenceKit supports both Swift 4.2 and Swift 5.

Fix

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

1.1.0

27 Mar 15:55
Compare
Choose a tag to compare

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

08 Feb 13:38
fcb2953
Compare
Choose a tag to compare

First major version 1.0.0 馃帀

Enhancement

  • Add Swift Package Manager support (by @insidegui #50)
  • Prevent to redundant wrapping with AnyDifferentiable (by @ra1028 #52)

0.8.0

10 Nov 19:46
2c23d54
Compare
Choose a tag to compare

Fix

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