Skip to content

Releases: davidmoten/rxjava2-extras

0.1.16

27 Oct 18:58
Compare
Choose a tag to compare
  • upgrade to rxjava 2.1.6

0.1.15

27 Oct 01:07
Compare
Choose a tag to compare
  • upgrade to rxjava 2.1.5

0.1.13

22 Aug 05:40
Compare
Choose a tag to compare
  • upgrade to rxjava 2.1.3

0.1.11

19 Jun 00:44
Compare
Choose a tag to compare
  • upgrade to rxjava 2.1.0

0.1.10

14 Mar 22:24
Compare
Choose a tag to compare
  • add Flowables.cache and Observable.cache #7. With thanks to @thomasnield!

0.1.9

09 Mar 04:29
Compare
Choose a tag to compare
  • update to use FlowableSubscriber so compatible with rxjava 2.0.7
  • now requires >= rxjava 2.0.7

0.1.8

18 Feb 01:43
Compare
Choose a tag to compare
  • minRequest now accepts multiple values
  • maxRequest now accepts multiple values
  • moved FlowableTransformers to ..flowable.Transformers and ObservableTransformers to ..observable.Transformers to make less verbose

0.1.7

13 Feb 03:15
Compare
Choose a tag to compare

0.1.6

10 Feb 10:34
Compare
Choose a tag to compare
  • upgrade to rxjava 2.0.5
  • add FlowableTransformers.maxRequest

- add `FlowableTransformers.minRequest`

- add `FlowableTransformers.rebatchRequests(min, max)`

- `splitSimple` - stop using queue of `Notification` and replace with queue of `String` and add terminated fields (minor performance improvement)

0.1.5

01 Feb 10:50
Compare
Choose a tag to compare
  • minor perf improvements
  • bug fixes in collectWhile
  • windowMin/Max add request validation
  • support collectWhile request-one micro-fusion