VersionsRepo

This commit is contained in:
2020-11-22 19:07:37 +06:00
parent 30d1453a12
commit c40f0fdcb9
8 changed files with 251 additions and 0 deletions

View File

@@ -2,6 +2,13 @@
## 0.4.4
* `Repos`:
* Add interface `VersionsRepo`
* Add default realization of `VersionsRepo` named `StandardVersionsRepo` which use `StandardVersionsRepoProxy`
to get access to some end-store
* Add default realization of `StandardVersionsRepoProxy` based on `KeyValue` repos
* Add realizations of `StandardVersionsRepoProxy` for exposed and android (`SQL` and `SharedPreferences`)
## 0.4.3
* `Versions`: