All Versions
7
Latest Version
Avg Release Cycle
130 days
Latest Release
1694 days ago
Changelog History
Changelog History
-
v2.0.4 Changes
August 04, 2020- ๐ This release eliminates some superfluous updates emitted from
BasicDatasource
when moving items
- ๐ This release eliminates some superfluous updates emitted from
-
v2.0.3
March 16, 2020 -
v2.0.2 Changes
December 05, 2019- โ Added a workaround for certain complex (but valid updates) triggering an exception in
UITableView
andUICollectionView
. If an update is deemed likely to trigger this exception, SimpleSource will perform a full reload instead of applying a delta update. - โก๏ธ Updated for Swift 5, and Xcode 11.2
- โ Added a workaround for certain complex (but valid updates) triggering an exception in
-
v2.0.1 Changes
December 11, 2018โก๏ธ A minor update, which skips empty data source updates.
This avoids needlessly interfering with scroll view animations when no data has changed, and can help avoid some glitches in common cases like pulll-to-refresh.
-
v2.0.0 Changes
September 24, 2018๐ Support for building with Xcode 10 and Swift 4.2.
-
v1.0.1 Changes
September 23, 2018๐ The CocoaPods spec file declared support for Swift 4.2. But version 1.0.0 was intended for use with Swift 4.1.
-
v1.0.0 Changes
June 19, 2018๐ Initial release.