All Versions
12
Latest Version
Avg Release Cycle
44 days
Latest Release
1709 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.5 Changes
January 14, 2020๐ 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)
-
v1.1.4 Changes
December 09, 2019๐ 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
toYES
. (by @ra1028 #88)
-
v1.1.3 Changes
June 17, 2019 -
v1.1.2 Changes
May 07, 2019 -
v1.1.1 Changes
March 28, 2019๐ This version DifferenceKit supports both Swift 4.2 and Swift 5.
๐ Fix
- Fix lisence notation in PodSpec (by @halleygen #60)
-
v1.1.0 Changes
March 27, 2019 -
v1.0.0 Changes
February 08, 2019๐ฑ First major version 1.0.0 ๐
โจ Enhancement
- โ Add Swift Package Manager support (by @insidegui #50)
- Prevent to redundant wrapping with
AnyDifferentiable
(by @ra1028 #52)
-
v0.8.0 Changes
November 10, 2018 -
v0.7.2 Changes
October 09, 2018๐ Fix
- โก๏ธ #40 The element updates are included in stage 1 changeset to fix the animation glitch occurs when element updated with other differences.
โก๏ธ The animation glitch when the difference contains section updates was fixed in #10 , but another glitch occurred when element update was included.
โช Although this is a workaround, the glitch of the latter is more likely to occur, so I fixed.
- โก๏ธ #40 The element updates are included in stage 1 changeset to fix the animation glitch occurs when element updated with other differences.
-
v0.7.1 Changes
October 04, 2018๐ Feature
- ๐ Make Optional conform to ContentEquatable