Releases: davidmoten/rxjava-extras
Releases · davidmoten/rxjava-extras
0.8.0.9
- upgrade to rxjava 1.3.1
0.8.0.8
- upgrade to rxjava 1.3.0
0.8.0.7
- updated to rxjava 1.2.10
0.8.0.5
- improved
match
performance - add
Transformers.reverse
0.8.0.3
match
- handle key function errors properly
- handle combiner function errors properly
- halve incoming
onNext
object allocations - add null support
- fix warnings
- increase timeout in
ObservableServerSocketTest
0.8.0.2
match
bug fix
0.8.0.1
- update to rxjava 1.2.1 (now required by
orderedMerge
andonBackpressureBufferToFile
)
0.8
0.7.9.24
- add
accepSocket
predicate toIO.serverSocket
- add
String.splitLines
0.7.9.23
- Fix
Obs.repeating
(wasn't compliant with Observable contract when reuests concurrent)