feat(transactions): add full pagination support with older_id and custom count parameters
This commit is contained in:
12
changelog.md
12
changelog.md
@@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-07-25 - 4.1.0 - feat(transactions)
|
||||
Enhanced transaction pagination support with full control over historical data retrieval
|
||||
|
||||
- Added full `IBunqPaginationOptions` support to `getTransactions()` method
|
||||
- Now supports `older_id` for paginating backwards through historical transactions
|
||||
- Supports custom `count` parameter (defaults to 200)
|
||||
- Maintains backward compatibility - passing a number is still treated as `newer_id`
|
||||
- Only includes pagination parameters that are explicitly set (not false/undefined)
|
||||
- Added `example.pagination.ts` demonstrating various pagination patterns
|
||||
|
||||
This enhancement allows banking applications to properly fetch and paginate through historical transaction data using both `newer_id` and `older_id` parameters.
|
||||
|
||||
## 2025-07-25 - 4.0.0 - BREAKING CHANGE(core)
|
||||
Complete stateless architecture - consumers now have full control over session persistence
|
||||
|
||||
|
Reference in New Issue
Block a user