Skip to content

Commit 8f9e895

Browse files
Trunk version 0.3.3 (#24)
* Made all DataSources as open class * Trunk version 0.3.2 * Release version 0.3.3
1 parent 47338d3 commit 8f9e895

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,20 @@
88

99
[RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) for [AsyncDisplayKit/Texture](http://texturegroup.org/docs/getting-started.html): ASTableNode & ASCollectionNode.
1010

11+
- [RxASDataSources](#rxasdatasources)
1112
- [Features](#features)
1213
- [Requirements](#requirements)
1314
- [Installation](#installation)
15+
- [CocoaPods](#cocoapods)
16+
- [Carthage](#carthage)
1417
- [Usage](#usage)
1518
- [License](#license)
1619

1720
## Features
1821
- [x] **O(N)** Diff algorithm from [RxDataSources/Differentiator](https://github.com/RxSwiftCommunity/RxDataSources/tree/master/Sources/Differentiator)
1922
- [x] Shared RxDataSources's APIs so you must learn only once.
2023
- [x] Supports `ASTableNode` and `ASCollectionNode`
21-
- [ ] Support `nodeBlockForRowAtIndexPath`
24+
- [x] Support `nodeBlock`
2225
- [ ] More complex Example app
2326

2427

RxASDataSources.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxASDataSources'
3-
s.version = '0.3.2'
3+
s.version = '0.3.3'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode'
66
s.homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'

0 commit comments

Comments
 (0)