Skip to content

v0.3.0

Compare
Choose a tag to compare
@dlew dlew released this 05 Sep 16:12
· 268 commits to master since this release
  • #12: Added RxLifecycle.bindView(). This allows binding a
    Subscription until a View detaches itself from the window.
  • #30: Calling bindActivity() or bindFragment() outside of the
    lifecycle causes the sequence to immediately complete (instead of throwing an error).
  • #31: Passing nulls to RxLifecycle now always immediately throws an
    exception.