mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-15 21:39:24 +00:00
update onetomany naming and changelog
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -20,12 +20,14 @@ Inited :)
|
||||
* `Set`
|
||||
* `Repos`
|
||||
* `Common`
|
||||
* Interfaces related to `OneToManyKeyValueRepo` were renamed with convenience to `Read`/`Write` modifier before name
|
||||
* All subclasses were renamed
|
||||
* Extensions `doForAll` and `getAll` were added for all current types of repos:
|
||||
* `ReadStandardCRUDRepo`
|
||||
* `StandardReadKeyValueRepo`
|
||||
* `OneToManyReadKeyValueRepo`
|
||||
* `StandardReadKeyValueRepo` methods `values` and `keys` now have default value for `reversed` parameter `false`
|
||||
* New `Flow`'s in `OneToManyWriteKeyValueRepo`:
|
||||
* `ReadStandardKeyValueRepo`
|
||||
* `ReadOneToManyKeyValueRepo`
|
||||
* `ReadStandardKeyValueRepo` methods `values` and `keys` now have default value for `reversed` parameter `false`
|
||||
* New `Flow`'s in `WriteOneToManyKeyValueRepo`:
|
||||
* `onNewValue`
|
||||
* `onValueRemoved`
|
||||
* `onDataCleared`
|
||||
|
Reference in New Issue
Block a user