Releases: ra1028/DifferenceKit
Releases · ra1028/DifferenceKit
1.3.0
24 Jun 11:59
Compare
Sorry, something went wrong.
No results found
1.2.0
08 Jun 15:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
This version DifferenceKit supports both Swift 4.2 and Swift 5+.
FIX
Fix update bug in AppKit extension (by @ra1028 #91 , reported by @martindufort #90 )
1.1.4
09 Dec 11:58
Compare
Sorry, something went wrong.
No results found
This version DifferenceKit supports both Swift 4.2 and Swift 5+.
Enhancement
Add ContentIdentifiable and use protocol composition. (by @Marcocanc #83 )
Enabling library evolution mode by setting BUILD_LIBRARY_FOR_DISTRIBUTION to YES. (by @ra1028 #88 )
1.1.3
17 Jun 12:58
Compare
Sorry, something went wrong.
No results found
This version DifferenceKit supports both Swift 4.2 and Swift 5.
Enhancement
Add 'Extensions' directory for support Cocoa platforms in Package.swift. (by @hallee #73 )
Add Package.swift for Swift 5. (by @ra1028 #75 )
1.1.2
07 May 21:37
Compare
Sorry, something went wrong.
No results found
This version DifferenceKit supports both Swift 4.2 and Swift 5.
Enhancement
Minor performance improvements and Internal refactoring (by @ra1028 #67 )
Add Swift 5 to supported Swift versions in podspec (by @ra1028 #67 )
1.1.1
28 Mar 17:48
Compare
Sorry, something went wrong.
No results found
This version DifferenceKit supports both Swift 4.2 and Swift 5.
Fix
Fix lisence notation in PodSpec (by @halleygen #60 )
1.1.0
27 Mar 15:55
Compare
Sorry, something went wrong.
No results found
This version DifferenceKit supports both Swift 4.2 and Swift 5.
Xcode 10.2 Support
Swift 5.0 and Xcode 10.2 support (by @alanzeino #55 , @Kaspik #55 , @ra1028 #58 )
License
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix
Scrolling shutter since #40 (reported by @crsantos #41 )
Fix animation glitchs by separates the element updates from deletions stage