v0.3.0
- #12: Added
RxLifecycle.bindView()
. This allows binding a
Subscription
until aView
detaches itself from the window. - #30: Calling
bindActivity()
orbindFragment()
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.