File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RxJava Releases #
2
2
3
+ ### Version 0.6.2 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.6.2%22 ) ) ###
4
+
5
+ * [ Issue 101] ( https://github.com/Netflix/RxJava/issues/101 ) Operator: Where (alias to filter)
6
+ * [ Pull 197] ( https://github.com/Netflix/RxJava/pull/197 ) TakeWhile observables do not properly complete
7
+ * [ Issue 21] ( https://github.com/Netflix/RxJava/issues/21 ) Operator: All
8
+ * [ Pull 206] ( https://github.com/Netflix/RxJava/pull/206 ) Observable.toList breaks with multiple subscribers
9
+ * [ Issue 29] ( https://github.com/Netflix/RxJava/issues/29 ) Operator: CombineLatest
10
+ * [ Issue 211] ( https://github.com/Netflix/RxJava/issues/211 ) Remove use of JSR 305 and dependency on com.google.code.findbugs
11
+ * [ Pull 212] ( https://github.com/Netflix/RxJava/pull/212 ) Operation take leaks errors
12
+ * [ Pull 220] ( https://github.com/Netflix/RxJava/pull/220 ) TakeWhile protect calls to predicate
13
+ * [ Pull 221] ( https://github.com/Netflix/RxJava/pull/221 ) Error Handling Improvements - User Provided Observers/Functions
14
+ * [ Pull 201] ( https://github.com/Netflix/RxJava/pull/201 ) Synchronize Observer on OperationMerge
15
+ * [ Issue 43] ( https://github.com/Netflix/RxJava/issues/43 ) Operator: Finally
16
+
3
17
### Version 0.6.1 ([ Maven Central] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.6.1%22 ) ) ###
4
18
5
19
* [ Pull 190] ( https://github.com/Netflix/RxJava/pull/190 ) Fix generics issue with materialize() that prevented chaining
You can’t perform that action at this time.
0 commit comments