Skip to content

v4.1.4

Choose a tag to compare

@raj-dubey1 raj-dubey1 released this 17 Nov 07:40
· 5 commits to v4 since this release
afbb508

New

  • Introduced a setPage(pageNumber: number) method in the Request Builder. This gives developers more flexibility by allowing them to define a specific starting page (pivot) for pagination. After setting the page, the next call to fetchNext will load the following page in sequence and continue from there.

Enhancements

  • None

Fixes

  • None