Reservoir v3.1.0 Release Notes

Release Date: 2016-08-03 // over 7 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 of getAsyncis now getUsingObservable.

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.