Skip to content

Releases: pakoito/RxPaper2

2021 Bump!

22 Jul 16:00
b858f1d
Compare
Choose a tag to compare

Thanks to @cvillaseca in #12

  • Migrate from jcenter to mavenCentral, fixing the group for paperdb
  • Bump RxJava2 to 2.2.21
  • Bump JUnit to 4.13.2

Bump!

29 Jun 13:16
3a2cb5e
Compare
Choose a tag to compare

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

13 Jan 17:48
102711d
Compare
Choose a tag to compare
  • Add support for observing any arbitrary key #9 (thanks to @ThisIsAreku!)

Happy new year!

Release 1.3.0

11 Dec 22:12
248e4d9
Compare
Choose a tag to compare
  • Add support for a custom storage path with the constructor withPath #8 (thanks to @itsJoKr!)

Merry xmas to y'all!

Release 1.2.0

21 Jan 20:00
Compare
Choose a tag to compare
  • Update to PaperDB 2.6 and RxJava 2.1.14
  • Add getPath() and getPath(key)
  • Mark exists() as deprecated in favor of contains()

Release 1.1.0

08 Jul 13:48
Compare
Choose a tag to compare

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

19 Feb 21:38
Compare
Choose a tag to compare

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