RxDataSources Versions Save

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

5.0.2

2 years ago

Additional Carthage shenanigans, thanks @ElonPark !

5.0.1

3 years ago

This is an identical version to 5.0.0 but with fixes specific to Carthage support. Thanks @thedavidharris !

5.0.0

3 years ago
  • Support RxSwift 6
  • Throw from model(at:) if IndexPath is out of bounds

4.0.1

5 years ago

3.1.0

5 years ago
  • Xcode 10.0 compatibility.

3.0.2

6 years ago
  • Makes configureSupplementaryView optional for reload data source. #186

3.0.1

6 years ago
  • Adds custom logic to control should perform animated updates.
  • Fixes SPM integration.

3.0.0

6 years ago
  • Adapted for RxSwift 4.0

3.0.0-rc.0

6 years ago
  • Cleans up public interface to use initializers vs nillable properties and deprecates nillable properties in favor of passing parameters through init.

3.0.0-beta.1

6 years ago
  • RxSwift 4.0.0-beta.1 compatibility