Skip to content

Releases: RxSwiftCommunity/RxDataSources

3.0.0-beta.0

24 Sep 15:03
847b3ce
Compare
Choose a tag to compare
3.0.0-beta.0 Pre-release
Pre-release
  • RxSwift 4.0.0-beta.0 compatibility

2.0.2

05 Sep 19:39
00004c7
Compare
Choose a tag to compare
  • Adds Swift Package Manager support.

2.0.1

16 Aug 10:01
e567172
Compare
Choose a tag to compare
  • Fixes issue with CocoaPods and Carthage integration.

2.0.0

14 Aug 15:33
45337d4
Compare
Choose a tag to compare
  • Adds UIPickerView extensions.
  • Separates Differentiator from RxDataSources.

1.0.4

16 Jun 18:17
edd39e2
Compare
Choose a tag to compare

Anomalies

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

1.0.3

19 Feb 11:45
c7b62d6
Compare
Choose a tag to compare

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

29 Dec 14:56
Compare
Choose a tag to compare

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

1.0.1

27 Oct 20:21
Compare
Choose a tag to compare
  • Fixes invalid version in plist.

🍫

23 Oct 22:11
Compare
Choose a tag to compare
  • Adaptations for RxSwift 3.0.0
  • Small public interface cleanup

1.0.0-rc.2

19 Oct 23:08
Compare
Choose a tag to compare

Features

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