diff --git a/Readme.md b/Readme.md index e469f3e..f75081d 100644 --- a/Readme.md +++ b/Readme.md @@ -8,9 +8,12 @@ [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) for [AsyncDisplayKit/Texture](http://texturegroup.org/docs/getting-started.html): ASTableNode & ASCollectionNode. +- [RxASDataSources](#rxasdatasources) - [Features](#features) - [Requirements](#requirements) - [Installation](#installation) + - [CocoaPods](#cocoapods) + - [Carthage](#carthage) - [Usage](#usage) - [License](#license) @@ -18,7 +21,7 @@ - [x] **O(N)** Diff algorithm from [RxDataSources/Differentiator](https://github.com/RxSwiftCommunity/RxDataSources/tree/master/Sources/Differentiator) - [x] Shared RxDataSources's APIs so you must learn only once. - [x] Supports `ASTableNode` and `ASCollectionNode` -- [ ] Support `nodeBlockForRowAtIndexPath` +- [x] Support `nodeBlock` - [ ] More complex Example app diff --git a/RxASDataSources.podspec b/RxASDataSources.podspec index ef1f7d8..717c33c 100644 --- a/RxASDataSources.podspec +++ b/RxASDataSources.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RxASDataSources' - s.version = '0.3.2' + s.version = '0.3.3' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode' s.homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'