Skip to content

Releases: MFlisar/RXBus

Release 1.0

20 Nov 15:20

Choose a tag to compare

Release 0.9

20 Nov 12:55

Choose a tag to compare

New more beautiful API, read upgrade guide for more informations.

This API is the final version and will only be extended. Now it has the with... syntax for setup functions and a named function like build or subscribe which will create an object!

Release 0.8

17 Oct 11:17

Choose a tag to compare

  • Bugfix usage of CompositeSubscription
  • RXSubscriptionManager get is not private

Release 0.7

17 Oct 07:08

Choose a tag to compare

added static RXSubscriptionManager functions again

Release 0.6

16 Oct 20:49

Choose a tag to compare

  • Removed IRXBusIsResumedProvider and IRXBusResumedListener
  • added new simplier IRXBusQueue interface
  • RXSubscriptionManager now used a CompositeSubscription instead of a HashMap of subscriptions internally
  • Updated RxValve and rest of the library to changed classes and function signatures of the rx java
  • Updated rx java dependencies...

Release 0.5

10 May 12:42

Choose a tag to compare

  • Added ability to observe multiple keys at once
  • Changed the Builder constructor => use RXBusBuilder.create(...) now instead of the internal constructors
  • Use the 3 paramter RXBusBuilder.create(...) functions to convert/transform/do something with the observable before calling buildSubscription of the builder
  • removed unnecassary import of the support library

Release 0.4

03 May 15:34

Choose a tag to compare

  • Added key bound events and key bound event subcriptions
  • Better demo documentation
  • Added backpressure handling

Release 0.3

02 May 12:51

Choose a tag to compare

Update README.md

Release 0.2

02 May 12:14

Choose a tag to compare

Better usage

first release

01 May 14:09

Choose a tag to compare

first release