MicroUtils/CHANGELOG.md

18 lines
467 B
Markdown
Raw Normal View History

2020-09-30 09:47:45 +00:00
# Changelog
## 0.1.0
Inited :)
### 0.1.1
2020-09-30 09:56:24 +00:00
* `Versions`:
* `kotlinx.serialization`: `1.0.0-RC2` -> `1.0.0`
2020-09-30 09:56:24 +00:00
* `Repos`
* `Common`
* 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`