Skip to content

Releases: davidmoten/rxjava-extras

0.5.6

20 Jun 03:37

Choose a tag to compare

  • add Drainers
  • add OperatorBufferEmissions
  • add Transformers.mapWithIndex()
  • add JAXWS Observable adapter

0.5.2

10 Apr 23:49

Choose a tag to compare

  • added `OperatorDoAfterOnNext``
  • added Functions.collectStats
  • added Transformations, OperatorFromTransformer, SingleSubscribeSubject and unit tests from rxjava-jdbc

0.5.1

11 Mar 20:48

Choose a tag to compare

  • fix TestingHelper unsubscribe detection
  • update to rxjava 1.0.8

0.5

27 Feb 23:38

Choose a tag to compare

0.5
  • add Checked utility helpers for lambdas that throw checked exceptions
  • upgrade to rxjava 1.0.7
  • remove flag to disable request overflow testing in TestingHelper

0.4.9

05 Feb 05:22

Choose a tag to compare

  • remove Functions.flatMapIterable
  • add Predicate, Flattener

0.4.8

03 Feb 06:47

Choose a tag to compare

  • don't check negative requests because Subscriber.request does that as of rxjava 1.0.5
  • add option to exclude request overflow test because base RxJava doesn't support yet till 1.0.5

0.4.5

23 Jan 11:10

Choose a tag to compare

  • added OperatorUnsubscribeEagerly

0.4.4

15 Jan 10:29

Choose a tag to compare

  • added TestingHelper

0.3

22 Dec 07:03

Choose a tag to compare

0.3
  • added Functions.not

0.2

03 Dec 04:09

Choose a tag to compare

0.2
  • recompiled targeting java 1.6