Releases: robocode13/lib-fints
Releases · robocode13/lib-fints
v1.4.7
What's Changed
- Update mediaType in
TanMediaInteraction(HKTAB) to useTanMediaType.Allto improve compatibility with banks by @robocode13 in #23
v1.4.6
What's Changed
- Rewrite of MT535 parser (
client.getPortfolio) to work with more banks and be more standard compliant. by @robocode13 in #21
v1.4.5
What's Changed
- Fix HKCAZ segment encoding and camtParser by @as19git67 in #20
v1.4.4
- Save transaction parameters (for i.e. HKKAZ, HKCAZ and HKSPA) into the BPD
allowedTransactionsitems.
These can be accessed with theconfig.getTransactionParameters<T>(transId: string)method. - Consider supported formats for CAMT statements by setting the
acceptedCamtFormatsin HKCAZ messages correctly.
v1.4.3
What's Changed
- CAMT Parser: Allow multiple
Ustrdwhen parsing remittanceInfo by @as19git67 in #18
v1.4.2
- fixed a problem with the "end dialog interaction" adding a HKTAN segment which might lead to bank errors.
v1.4.1
- Fixed problems with returned responses from client methods when a TAN was required.
v1.4.0
What's Changed
- Dialog Refactoring and SEPA information added to accounts (HKSPA) by @robocode13 in #16
Improved consistency when continuing a dialog after TAN requirement - Added support for CAMT statements (HKCAZ, HICAZ HICAZS) by @robocode13 in #17
CAMT format is now preferred for statements and only falls back to MT940 when not available
v1.3.1
- Added support for PhotoTAN by setting
tanPhotoproperty in aClientResponsewithmimeTypeandimage. Image is binary data (not encoded in base64).
v1.3.0
What's Changed
- Add DKKKU and DIKKU segments for comdirect credit card statements download by @as19git67 in #11