Releases: motorro/RxLceModel
Releases · motorro/RxLceModel
v3.1.0
- Startup refresh extension #34
v3.0.1
Cache-then-net model rewritten.
- Optional explicit scheduler for IO operations
- Optional debug logger
- No
distinctUntilChanged
in model code - choose your own filtering if you need it
Resolves: #33
v2.12.2
- Moved to Maven Central
- Kotlin 1.5.0
v2.11.0
#29 - Catching map errors to LCE
v2.10.0
#28 A method to make cache service refetch data. May break your custom CacheService
implementation (need to implement two more methods)
v2.8.0
Kotlin serialization 1.0.0-RC
v2.7.0
Kotlin 1.4.0
The kotlin serialization library is changed according to migration guide
v2.6.0
LceUseCase - a general Lce data use-case #24