# [1.4.0](https://github.com/ElJijuna/infinity-fetch/compare/v1.3.1...v1.4.0) (2026-06-23) ### Bug Fixes * update terminology from Bitbucket-style to offset-based paginated APIs in documentation and code comments ([fd47e32](https://github.com/ElJijuna/infinity-fetch/commit/fd47e32fc9f65480cb70a130a4e80bf27e40d322)) ### Features * add cursorFetch helper for cursor-based pagination and enhance type definitions ([b9f3759](https://github.com/ElJijuna/infinity-fetch/commit/b9f3759cc6c7ebd2c01a295d9951fe0e1709a6fb)) * add support for aborting pagination with AbortSignal and enhance InfinityFetchError handling ([c3ff7de](https://github.com/ElJijuna/infinity-fetch/commit/c3ff7dec9c67f3366d51c65b7e676ff4200075e5)) * implement InfinityFetchError class and refactor pagination types for improved error handling and structure ([c8998d1](https://github.com/ElJijuna/infinity-fetch/commit/c8998d1da938d4d8757477922d36df7ade73dd14)) ## [1.3.1](https://github.com/ElJijuna/infinity-fetch/compare/v1.3.0...v1.3.1) (2026-06-07) ### Bug Fixes * adopt super-configs tooling and update files syntax ([3734e74](https://github.com/ElJijuna/infinity-fetch/commit/3734e74e6c7238e09843a42cc54e207f75ae766a)) # [1.3.0](https://github.com/ElJijuna/infinity-fetch/compare/v1.2.0...v1.3.0) (2026-05-12) ### Bug Fixes * align pagedFetch lifecycle callbacks and pagination guard ([f303588](https://github.com/ElJijuna/infinity-fetch/commit/f303588f8da3114ff098e553033d799fc2e45dbc)) ### Features * add retry support for paginated fetches. ([81f865f](https://github.com/ElJijuna/infinity-fetch/commit/81f865fe63abaa2b72fc33823e8a7545e8c283bc)) # [1.2.0](https://github.com/ElJijuna/infinity-fetch/compare/v1.1.0...v1.2.0) (2026-04-08) ### Features * add optional delay between page fetches ([df052e2](https://github.com/ElJijuna/infinity-fetch/commit/df052e226affebd4c160e4254741a86a4943436f)) # [1.1.0](https://github.com/ElJijuna/infinity-fetch/compare/v1.0.0...v1.1.0) (2026-04-07) ### Features * add onStart and onEnd lifecycle callbacks. ([17f2b23](https://github.com/ElJijuna/infinity-fetch/commit/17f2b2377521427eedd7b6a7b995ab5f6dc18260)) # 1.0.0 (2026-04-07) ### Features * scaffold infinity-fetch library ([4b504cb](https://github.com/ElJijuna/infinity-fetch/commit/4b504cb2da748b99a157cf1b0ad1c2aa3d83333d))