feat(core): Added new afterburner logic for specific bank reference

This commit is contained in:
2024-07-06 15:50:51 +02:00
commit 71ca4a0c6d
14 changed files with 6769 additions and 0 deletions

29
changelog.md Normal file
View File

@@ -0,0 +1,29 @@
# Changelog
## 2024-07-06 - 1.1.0 - feat(core)
Added new afterburner logic for specific bank reference
- Ensured proper accountId formatting for statements with referenceNumber 'BUNQ BV'
- Added support for parsing MT940 files from buffers and strings
- Enhanced testing suite with new test cases
- Included detailed usage examples in readme
## 2024-07-02 - 1.0.6 - fix(core)
Ensured proper accountId formatting for statements with referenceNumber 'BUNQ BV'
- Added condition to modify accountId format if referenceNumber is 'BUNQ BV' in parseMt940Buffer method
## 2023-11-15 - 1.0.5 - Minor Fixes
- Fixes in core components for stability
## 2023-11-15 - 1.0.4 - Minor Fixes
- Fixes in core components for stability
## 2023-11-15 - 1.0.3 - Minor Fixes
- Fixes in core components for stability
## 2023-11-15 - 1.0.2 - Minor Fixes
- Fixes in core components for stability
## 2022-12-06 - 1.0.2 - Minor Fixes
- Fixes in core components for stability