Releases: pakoito/RxPaper2
Releases · pakoito/RxPaper2
2021 Bump!
Thanks to @cvillaseca in #12
- Migrate from
jcenter
tomavenCentral
, fixing the group for paperdb - Bump RxJava2 to 2.2.21
- Bump JUnit to 4.13.2
Bump!
Thanks to @kishandonga this version has been updated to PaperDb 2.7.1 and RxJava 2.2.10
The example app has also been ported to use AndroidX.
Release 1.4.0
- Add support for observing any arbitrary key #9 (thanks to @ThisIsAreku!)
Happy new year!
Release 1.3.0
Release 1.2.0
- Update to PaperDB 2.6 and RxJava 2.1.14
- Add
getPath()
andgetPath(key)
- Mark
exists()
as deprecated in favor ofcontains()
Release 1.1.0
This release updates PaperDB to version 2.1: https://github.com/pilgr/Paper#whats-new-in-21
Thank you @danieldisu for the PR!
Initial release
Port of RxPaper to RxJava 2
Outstanding changes:
- the package is now com.pacoworks.rxpaper2
- observe is now a
Flowable
that requires dealing with backpressure - all other operations are now Observable/Single/Completable without support for backpressure
- obseveUnsafe caused a regression that had to be fixed here