Skip to content

Releases: waylon-brown/LifecycleAwareRx

0.4

27 Oct 21:02
Compare
Choose a tag to compare

This is a small update to 0.3 with updated dependencies.


Previously there were two different API calls in order to

  1. Stop emitting items from the stream once the onDestroy() is called
  2. Defer emitting items from the stream until the onStart() is called

Now both of this are taken care of with one API call, bind().

v0.3

27 Oct 21:02
Compare
Choose a tag to compare

Previously there were two different API calls in order to

  1. Stop emitting items from the stream once the onDestroy() is called
  2. Defer emitting items from the stream until the onStart() is called

Now both of this are taken care of with one API call, bind().