Skip to content

Releases: allaboutapps/DataSource

Fix resolving crash in UITableView with VoiceOver enabled

08 May 17:22
921f9b9
Compare
Choose a tag to compare

Fixes a crash when scrolling tableView with VoiceOver enabled

8.1.5 - Fix resolving row/section Crashes

24 Jul 08:10
a54cc44
Compare
Choose a tag to compare

Fix crashes on simultaneously selecting/deselecting and refreshing the DataSource.

8.1.0 - Context Menus and better SPM support

10 Sep 07:39
faf6e4b
Compare
Choose a tag to compare
  • 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!

27 Sep 10:59
Compare
Choose a tag to compare
  • Xcode 11, Swift 5.1 support
  • SPM compatibility

Xcode 10.2, Swift 5

01 Apr 08:40
Compare
Choose a tag to compare
  • migrated to Xcode 10.2, Swift 5.0

6.1.4 - Differ and Diffable

19 Feb 14:06
Compare
Choose a tag to compare
  • updated Differ framework (https://github.com/tonyarnold/Differ)
  • provide default implementation for Diffable if the type already implements Hashable and Equatable
  • improvements for separated sections

6.1 - Bugfixes

02 Oct 09:52
Compare
Choose a tag to compare
  • 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

18 Sep 10:16
Compare
Choose a tag to compare
  • added SeparatedSection to customize cell separators, thank you @heinzl
  • migrated to Xcode 10, Swift 4.2

5.2.0 - Less Leaks

05 Apr 10:00
Compare
Choose a tag to compare

5.1.0 - Bundle support

22 Nov 13:18
Compare
Choose a tag to compare
  • Allows to register NIBs from other bundles than the main bundle. Thanks @gunterhager