doForAllWithCurrentPaging and fun interface for elements in ktor server

This commit is contained in:
2021-06-14 22:04:39 +06:00
parent 6ff3f6ae42
commit a16815143c
6 changed files with 24 additions and 12 deletions

View File

@@ -2,6 +2,12 @@
## 0.5.10
* `Ktor`
* `Server`
* All elements in configurators became a `fun interface`
* `Pagination`
* New function `doForAllWithCurrentPaging`
## 0.5.9
* `Repos`