Releases: allaboutapps/DataSource
Releases · allaboutapps/DataSource
Fix resolving crash in UITableView with VoiceOver enabled
8.1.5 - Fix resolving row/section Crashes
Fix crashes on simultaneously selecting/deselecting and refreshing the DataSource.
8.1.0 - Context Menus and better SPM support
- added support for iOS 13 style context menus
- removed Carthage, Differ is added via SPM
Thanks @vuln3r
8.0 - Let's go Swift Package Manager!
- Xcode 11, Swift 5.1 support
- SPM compatibility
Xcode 10.2, Swift 5
- migrated to Xcode 10.2, Swift 5.0
6.1.4 - Differ and Diffable
- updated Differ framework (https://github.com/tonyarnold/Differ)
- provide default implementation for
Diffable
if the type already implementsHashable
andEquatable
- improvements for separated sections
6.1 - Bugfixes
- Fixes
editActions
(see "Swipe To Delete" example) for iOS 11+ projects - Uses
leadingSwipeActions
/trailingSwipeActions
when set,editActions
otherwise
6.0 - Separated Sections and Swift 4.2
- added SeparatedSection to customize cell separators, thank you @heinzl
- migrated to Xcode 10, Swift 4.2
5.2.0 - Less Leaks
- Fixes multiple memory leaks. Thanks @oliverkrakora
5.1.0 - Bundle support
- Allows to register NIBs from other bundles than the main bundle. Thanks @gunterhager