Releases: Gridstone/RxStore
Releases · Gridstone/RxStore
version 5.1.1
3.0.0
Version 3.0.0 (2015-05-01)
- G-Rex is no longer tied to Android, allowing you to unleash dino persistence on desktop Java
- API break:
grex-android
artifact has been introduced.grex
artifact is now used for plain Java
2.0.0
- API break:
GRexPersister.get()
andgetList()
now return emptyObservable
s if nothing is found at the key
1.1.0
- Support for
Converter
, allowing for custom serialization formats - New grex-gson-converter artifact
- New grex-jackson-converter artifact
- API break:
GRexPersister
now must have aConverter
provided in its constructor
Release 1.0.0
Initial release of G-Rex, and Gridstone's first foray into open source!