Skip to content

Releases: davidmoten/rxjava-extras

0.6.5

24 Sep 10:00
Compare
Choose a tag to compare
  • Add backpressure support to OperatorFromTransformer

0.6.3

08 Sep 09:32
Compare
Choose a tag to compare
  • implement Strings.split with Transformers.stateMachine to support backpressure
  • fix concat/join
  • add unzipping observable
  • fix Transformers.stateMachine bug introduced in 0.6.2 by reverting to 0.5.17 code

0.6.2 - Don't use because of memory leak in Transformers.stateMachine!

07 Sep 06:49
Compare
Choose a tag to compare
  • enhance Transformers.stateMachine so that it continuously emits rather than buffering each transition's emissions
  • implement Strings.split with Transformers.stateMachine to support backpressure
  • fix concat/join
  • add unzipping observable

0.5.17

08 Sep 07:14
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 0.5.17

0.5.13

29 Jul 22:08
Compare
Choose a tag to compare
  • improve covariance and contravariance in Transformers method signatures

0.5.12

29 Jul 07:50
Compare
Choose a tag to compare
  • fixed bug (surplus not being decremented on emission) in Transformers.bufferEmissions()

0.5.11

28 Jul 12:35
Compare
Choose a tag to compare
  • rename Transformers.toListUntilChanged to Transformers.toListWhile and Transformers.collectUntilChanged to Transformers.collectWhile
  • remove AsyncDrainer
  • remove Operators (functionality exclusively supported by Transformers)

0.5.10

26 Jul 07:58
Compare
Choose a tag to compare
  • fix Transformers.sort(Comparator) generic parameter should not extend Comparable<T>
  • add null checks and unit tests for Transformers.stateMachine
  • add Transformers.collectUntilChanged
  • add Transformers.toListUntilChanged

0.5.8

29 Jun 08:11
Compare
Choose a tag to compare
  • add overload to Serialized.write

0.5.7

29 Jun 06:58
Compare
Choose a tag to compare
  • add Transformers.stateMachine
  • add Serialized.read and Serialized.write for java serialization
  • move BackpressureUtils, Drainers, MapWithIndexto package com.github.davidmoten.rx.util