-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# RxJava Releases # | ||
|
||
### Version 0.22 – October 15th 2014 ### | ||
|
||
This release adds a number of new operators: | ||
|
||
* [Pull 25] (https://github.com/ReactiveX/RxAndroid/pull/25) Add operator to monitor SharedPreference changes | ||
* [Pull 22] (https://github.com/ReactiveX/RxAndroid/pull/22) Add view state event types to streamline ViewObservable | ||
* [Pull 20] (https://github.com/ReactiveX/RxAndroid/pull/20) Add OperatorAdapterViewOnItemClick to observe OnItemClick events in AdapterViews | ||
|
||
### Version 0.21 – October 1st 2014 ### | ||
|
||
Initial release outside the RxJava core project, no changes. |