Releases: MFlisar/RxBus2
Releases · MFlisar/RxBus2
v0.4
v0.3
v0.2
Release v0.1
First release after migrating from RxJava V1 to RxJava V2
Migration from RXBus
- changes that are necessary because of the RxJava upgrade
- renamed all RX to Rx
- RxBus.get() returns a builder which allows you to beautifully chain your setup and call send when you've finished your setup
New
RxBus.get().withCast(class)
allows you to send casted objects to the bus, so that all observers of theclass
will receive this event (of course only if the cast is possible, otherwise an exception is thrown!)