Skip to content

Commit

Permalink
Trunk version 0.3.3 (#24)
Browse files Browse the repository at this point in the history
* Made all DataSources as open class

* Trunk version 0.3.2

* Release version 0.3.3
  • Loading branch information
dangthaison91 authored Aug 2, 2018
1 parent 47338d3 commit 8f9e895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@

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

## Features
- [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


Expand Down
2 changes: 1 addition & 1 deletion RxASDataSources.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 8f9e895

Please sign in to comment.