Releases: ra1028/DifferenceKit
Releases · ra1028/DifferenceKit
1.2.0
Improvements
- Add conditional ContentEquatable conformance to Array (#101 by @nkristek)
- ARM64 architecture for Apple Silicon support (#124 by @Dahlgren)
1.1.5
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
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
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
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
This version DifferenceKit supports both Swift 4.2 and Swift 5.
Fix
- Fix lisence notation in PodSpec (by @halleygen #60)
1.1.0
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
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
Fix
- Scrolling shutter since #40 (reported by @crsantos #41)
- Fix animation glitchs by separates the element updates from deletions stage