Skip to content

Releases: MFlisar/RxBus2

v0.4

08 Feb 15:12
Compare
Choose a tag to compare
  • versions updated
  • migrated to android x (extension and demo, core is independant)
  • updated versions of gradle, build tools and co

v0.3

20 Sep 09:15
Compare
Choose a tag to compare

Breaking change

RxDisposableManager works with objects now instead of classes!

v0.2

22 Feb 20:40
Compare
Choose a tag to compare
  • dependency/gradle update
  • RxDisposableManager.removeDisposable added

Release v0.1

24 Feb 23:55
Compare
Choose a tag to compare

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 the class will receive this event (of course only if the cast is possible, otherwise an exception is thrown!)