File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,28 @@ All notable changes to this project will be documented in this file.
3
3
4
4
---
5
5
6
- ## [ 0.7] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6.2 )
6
+ ## [ 0.7] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.7 )
7
+
8
+ #### Interface changes
9
+
10
+ * Adds required initializer to ` SectionModelType.init(original: Self, items: [Item]) ` to support moving of table rows with animation.
11
+ * ` rx_itemsAnimatedWithDataSource ` for just using ` rx_itemsWithDataSource ` .
12
+
13
+ #### Features
14
+
15
+ * Adds new example how to use delegates and reactive data sources to customize look.
16
+
17
+ #### Anomalies
18
+
19
+ * Fixes problems with moving rows and animated data source.
20
+
21
+ ## [ 0.6.2] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6.2 )
7
22
8
23
#### Features
9
24
10
25
* Xcode 7.3 / Swift 2.2 support
11
26
12
- ## [ 0.6] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6.1 )
27
+ ## [ 0.6.1 ] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6.1 )
13
28
14
29
#### Anomalies
15
30
Original file line number Diff line number Diff line change 1
- github "ReactiveX/RxSwift" "2.2.0 "
1
+ github "ReactiveX/RxSwift" "2.4 "
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxDataSources"
3
- s . version = "0.6.2 "
3
+ s . version = "0.7 "
4
4
s . summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
5
5
s . description = <<-DESC
6
6
This is a collection of reactive data sources for UITableView and UICollectionView.
You can’t perform that action at this time.
0 commit comments