v4.1.4
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 tofetchNextwill load the following page in sequence and continue from there.
Enhancements
- None
Fixes
- None