paginations improvements

This commit is contained in:
2024-05-26 22:59:19 +06:00
parent a634229dc0
commit 92c4784e42
8 changed files with 89 additions and 17 deletions

View File

@@ -2,6 +2,13 @@
## 0.20.51
* `Pagination`:
* Add `Pagination.nextPageIfTrue` and `Pagination.thisPageIftrue` extensions to get the page according to condition
pass status
* Add `PaginationResult.nextPageIfNotEmptyOrLastPage` and `PaginationResult.thisPageIfNotEmptyOrLastPage`
* Change all `doForAll` and `getAll` extensions fo pagination to work basing on `nextPageIfNotEmptyOrLastPage` and
`thisPageIfNotEmptyOrLastPage`
## 0.20.50
* `Versions`: