RxDataSources Versions Save

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)

3.0.0-beta.0

6 years ago
  • RxSwift 4.0.0-beta.0 compatibility

2.0.2

6 years ago
  • Adds Swift Package Manager support.

2.0.1

6 years ago
  • Fixes issue with CocoaPods and Carthage integration.

2.0.0

6 years ago
  • Adds UIPickerView extensions.
  • Separates Differentiator from RxDataSources.

1.0.4

6 years ago

Anomalies

  • Fixed crash that happened when using a combination of estimatedHeightForRow and tableFooterView. #129

1.0.3

7 years ago

Anomalies

  • #84 Set data source sections even if view is not in view hierarchy.
  • #93 Silence optional debug print warning in swift 3.1
  • #96 Adds additional call to invalidateLayout after reloading data.

1.0.2

7 years ago

Fixes issue with performing batch updates on view that is not in view hierarchy.

1.0.1

7 years ago
  • Fixes invalid version in plist.

1.0.0

7 years ago
  • Adaptations for RxSwift 3.0.0
  • Small public interface cleanup

1.0.0-rc.2

7 years ago

Features

  • Makes rest of data source classes and methods open.
  • Small polish for UI.
  • Removes part of deprecated extensions.