Releases: MFlisar/RXBus
Releases · MFlisar/RXBus
Release 1.0
Release 0.9
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
- Bugfix usage of CompositeSubscription
- RXSubscriptionManager get is not private
Release 0.7
added static RXSubscriptionManager functions again
Release 0.6
- Removed
IRXBusIsResumedProvider
andIRXBusResumedListener
- added new simplier
IRXBusQueue
interface RXSubscriptionManager
now used aCompositeSubscription
instead of aHashMap
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
- 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 callingbuildSubscription
of the builder - removed unnecassary import of the support library
Release 0.4
- Added key bound events and key bound event subcriptions
- Better demo documentation
- Added backpressure handling
Release 0.3
Update README.md
Release 0.2
Better usage
first release
first release