All Versions
14
Latest Version
Avg Release Cycle
106 days
Latest Release
1447 days ago
Changelog History
Page 2
Changelog History
Page 2
-
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
-
v0.7.0 Changes
October 02, 2018๐ Improvements
- ๐ Performance improved by 1.5x with Swift4.2 ๐
- โ Add computed properties
sectionChangeCount,elementChangeCount,hasSectionChangesandhasElementChangesinChangeset. - โ Add
ContentEquatable.
๐ฅ Breaking change
- ๐ End support for Swift 4.1 or lower.
-
v0.6.0 Changes
September 19, 2018๐ Features
- โ Add support for Swift4.2 (by @Sameesunkaria#30)
- ๐ macOS is now supported with UI extension (by @OskarGroth #29)
- โ Add subspec
AppKitExtensionfor macOS UI
๐ฅ Breaking changes
- The subspec name
UIExtensionsis now renamed toUIKitExtension