feat(export): add buffer download methods to ExportBuilder
- Added download() method to get statements as Buffer without saving to disk - Added downloadAsArrayBuffer() method for web API compatibility - Enhanced documentation for getAccountStatement() method - Updated README with comprehensive examples - No breaking changes, backward compatible
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-07-29 - 4.4.0 - feat(export)
|
||||
Added buffer download methods to ExportBuilder for in-memory statement handling
|
||||
|
||||
- Added `download()` method to get statements as Buffer without saving to disk
|
||||
- Added `downloadAsArrayBuffer()` method for web API compatibility
|
||||
- Enhanced documentation for account's `getAccountStatement()` method with month-based selection
|
||||
- Updated README with comprehensive examples for all statement export options
|
||||
|
||||
## 2025-07-29 - 4.3.0 - feat(http)
|
||||
Enhanced HTTP client with automatic rate limit handling
|
||||
|
||||
|
Reference in New Issue
Block a user