File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Pod ::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'
You can’t perform that action at this time.
0 commit comments