Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

v1.0.2

Compare
Choose a tag to compare
@10xSebastian 10xSebastian released this 05 Apr 09:08
· 16 commits to main since this release
9173aab

Previously find_in_batches and find_each have been implemented before the pagination abstraction and hence have only implemented the offset pagination type hardcoded.

This change rewrites find_in_batches to also work with the other pagination types.