Closed arturdryomov closed 7 years ago
This library is super tiny so I was hoping people using both would just copy it in. Don't you think it would be a bit weird to have two 2.0s if I were to make another release?
Yep, the size argument is totally valid and we did so eventually, but it has some disadvantages.
1.0.1
tag does not pass tests with latest RxJava and RxRelay versions. Replacing PublishRelay
with PublishSubject
allowed tests to pass but still, this is an extra work for someone.Anyway, we solved the issue for ourselves, but it still can be an issue for someone who is migrating to RxJava 2 and wants to have version-specific dependencies in parallel. Basically it is up to you ;-)
Is it possible to publish a separate artifact for RxJava 2.x? We are currently migrating to RxJava 2.x and unable to use both
replayingShare
versions because dependency is the same.RxBinding for example follows the policy you’ve described some time ago and it is very helpful!