Skip to content

Commit 82a2406

Browse files
committed
Release 0.7
1 parent 0815630 commit 82a2406

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,28 @@ All notable changes to this project will be documented in this file.
33

44
---
55

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)
722

823
#### Features
924

1025
* Xcode 7.3 / Swift 2.2 support
1126

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)
1328

1429
#### Anomalies
1530

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "2.2.0"
1+
github "ReactiveX/RxSwift" "2.4"

RxDataSources.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxDataSources"
3-
s.version = "0.6.2"
3+
s.version = "0.7"
44
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
55
s.description = <<-DESC
66
This is a collection of reactive data sources for UITableView and UICollectionView.

0 commit comments

Comments
 (0)