Skip to content

Commit 29f564a

Browse files
Version 0.18.2
1 parent 43fd6ee commit 29f564a

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGES.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# RxJava Releases #
22

3+
### Version 0.18.2 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.18.2%22)) ###
4+
5+
6+
* [Pull 1150] (https://github.com/Netflix/RxJava/pull/1150) Fix ReplaySubject Terminal State Race Condition
7+
* [Pull 1144] (https://github.com/Netflix/RxJava/pull/1144) Operator Delay rebase & fixes
8+
* [Pull 1142] (https://github.com/Netflix/RxJava/pull/1142) Update 'contains' signature to 'contains(Object)'
9+
* [Pull 1134] (https://github.com/Netflix/RxJava/pull/1134) OperatorTakeLast
10+
* [Pull 1135] (https://github.com/Netflix/RxJava/pull/1135) OperatorTakeUntil
11+
* [Pull 1137] (https://github.com/Netflix/RxJava/pull/1137) Random fixes to operators multicast, sample, refCount
12+
* [Pull 1138] (https://github.com/Netflix/RxJava/pull/1138) Operator Window and other changes
13+
* [Pull 1131] (https://github.com/Netflix/RxJava/pull/1131) Operator TakeTimed
14+
* [Pull 1130] (https://github.com/Netflix/RxJava/pull/1130) Operator Switch
15+
* [Pull 1129] (https://github.com/Netflix/RxJava/pull/1129) Conditional statements contribution to Operator
16+
* [Pull 1128] (https://github.com/Netflix/RxJava/pull/1128) Fix for SerializedObserverTest
17+
* [Pull 1126] (https://github.com/Netflix/RxJava/pull/1126) Operator When
18+
* [Pull 1125] (https://github.com/Netflix/RxJava/pull/1125) Operator contrib math
19+
* [Pull 1124] (https://github.com/Netflix/RxJava/pull/1124) Add lift to rxscala
20+
* [Pull 1122] (https://github.com/Netflix/RxJava/pull/1122) OperatorSkipUntil
21+
* [Pull 1121] (https://github.com/Netflix/RxJava/pull/1121) OperatorSkipTimed
22+
* [Pull 1120] (https://github.com/Netflix/RxJava/pull/1120) OperatorSequenceEqual
23+
* [Pull 1119] (https://github.com/Netflix/RxJava/pull/1119) OperatorRefCount
24+
* [Pull 1118] (https://github.com/Netflix/RxJava/pull/1118) Operator ParallelMerge
25+
* [Pull 1117] (https://github.com/Netflix/RxJava/pull/1117) Operator OnExceptionResumeNextViaObservable
26+
* [Pull 1115] (https://github.com/Netflix/RxJava/pull/1115) OperatorTakeWhile
27+
* [Pull 1112] (https://github.com/Netflix/RxJava/pull/1112) OperatorThrottleFirst
28+
* [Pull 1111] (https://github.com/Netflix/RxJava/pull/1111) OperatorTimeInterval
29+
* [Pull 1110] (https://github.com/Netflix/RxJava/pull/1110) OperatorOnErrorReturn
30+
* [Pull 1109] (https://github.com/Netflix/RxJava/pull/1109) OperatorOnErrorResumeNextViaObservable
31+
* [Pull 1108] (https://github.com/Netflix/RxJava/pull/1108) OperatorMulticastAndReplay
32+
* [Pull 1107] (https://github.com/Netflix/RxJava/pull/1107) Fix ReplaySubject's double termination problem.
33+
* [Pull 1106] (https://github.com/Netflix/RxJava/pull/1106) OperatorMergeMaxConcurrent
34+
* [Pull 1104] (https://github.com/Netflix/RxJava/pull/1104) Operator merge delay error
35+
* [Pull 1103] (https://github.com/Netflix/RxJava/pull/1103) OperatorJoin
36+
* [Pull 1101] (https://github.com/Netflix/RxJava/pull/1101) Operator async
37+
* [Pull 1100] (https://github.com/Netflix/RxJava/pull/1100) OperatorUsing
38+
* [Pull 1099] (https://github.com/Netflix/RxJava/pull/1099) OperatorToMap
39+
* [Pull 1098] (https://github.com/Netflix/RxJava/pull/1098) OperatorTimerAndSample
40+
* [Pull 1097] (https://github.com/Netflix/RxJava/pull/1097) OperatorToMultimap
41+
* [Pull 1096] (https://github.com/Netflix/RxJava/pull/1096) OperatorGroupJoin
42+
* [Pull 1095] (https://github.com/Netflix/RxJava/pull/1095) OperatorGroupByUntil
43+
* [Pull 1094] (https://github.com/Netflix/RxJava/pull/1094) Operator debounce
44+
45+
346
### Version 0.18.1 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.18.1%22)) ###
447

548
* [Pull 1065] (https://github.com/Netflix/RxJava/pull/1065) Optimize OperatorSkipLastTimed

0 commit comments

Comments
 (0)