Skip to content

Releases: davidmoten/rxjava-extras

0.8.0.9

11 Sep 01:35
Compare
Choose a tag to compare
  • upgrade to rxjava 1.3.1

0.8.0.8

08 Aug 08:00
Compare
Choose a tag to compare
  • upgrade to rxjava 1.3.0

0.8.0.7

28 Apr 06:18
Compare
Choose a tag to compare
  • updated to rxjava 1.2.10

0.8.0.5

29 Oct 20:36
Compare
Choose a tag to compare
  • improved match performance
  • add Transformers.reverse

0.8.0.3

27 Oct 04:01
Compare
Choose a tag to compare
  • 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

26 Oct 10:29
Compare
Choose a tag to compare
  • match bug fix

0.8.0.1

26 Oct 08:33
Compare
Choose a tag to compare
  • update to rxjava 1.2.1 (now required by orderedMerge and onBackpressureBufferToFile)

0.8

25 Oct 10:58
Compare
Choose a tag to compare
0.8

0.7.9.24

20 Oct 04:45
Compare
Choose a tag to compare
  • add accepSocket predicate to IO.serverSocket
  • add String.splitLines

0.7.9.23

09 Oct 21:35
Compare
Choose a tag to compare
  • Fix Obs.repeating (wasn't compliant with Observable contract when reuests concurrent)