Reservoir v3.1.0 Release Notes
Release Date: 2016-08-03 // about 8 years ago-
- ๐ Fixes a bug (#37) where RxJava was not an optional dependency
- ๐ Changes public API to use
actionUsingObservable
format for Rx variants of methods to avoid confusion with regular Async methods that use AsyncTasks. For example, Rx variant ofgetAsync
is nowgetUsingObservable
.
Previous changes from v3.0.0
-
- 0๏ธโฃ RxJava is now a provided dependency. This means that Reservoir will not include come bundled with it by default saving you a lot of unnecessary methods if you don't want to use RxJava.
- ๐ Apache Commons IO dependency is now removed reducing the method count significantly.