Releases: akarnokd/RxJavaExtensions
Releases · akarnokd/RxJavaExtensions
3.0.0-RC0
- Upgrade to RxJava 3.0.0-RC0
- Package base is now
hu.akarnokd.rxjava3
- Use
Supplier
instead ofCallable
in APIs - Change
functions.Supplier
tofunctions.SimpleCallable
to avoid name conflict - Expand the functional interfaces with
throws Throwable
0.20.10
0.20.8
0.20.7
- Upgrade to RxJava 2.2.7
- Add
SwitchOnFirst
operator. (Example). Commit 0afafc74 - Fix assembly tracking not working correctly with resettable connectable
replay
sources. Commit 4b929e21