Skip to content

Releases: robocode13/lib-fints

v1.4.7

09 Feb 09:34

Choose a tag to compare

What's Changed

  • Update mediaType in TanMediaInteraction (HKTAB) to use TanMediaType.All to improve compatibility with banks by @robocode13 in #23

v1.4.6

27 Jan 18:15

Choose a tag to compare

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

23 Jan 19:44

Choose a tag to compare

What's Changed

v1.4.4

18 Jan 11:48

Choose a tag to compare

  • Save transaction parameters (for i.e. HKKAZ, HKCAZ and HKSPA) into the BPD allowedTransactions items.
    These can be accessed with the config.getTransactionParameters<T>(transId: string) method.
  • Consider supported formats for CAMT statements by setting the acceptedCamtFormats in HKCAZ messages correctly.

v1.4.3

10 Jan 11:04

Choose a tag to compare

What's Changed

  • CAMT Parser: Allow multiple Ustrd when parsing remittanceInfo by @as19git67 in #18

v1.4.2

28 Dec 17:24

Choose a tag to compare

  • fixed a problem with the "end dialog interaction" adding a HKTAN segment which might lead to bank errors.

v1.4.1

23 Dec 17:21

Choose a tag to compare

  • Fixed problems with returned responses from client methods when a TAN was required.

v1.4.0

23 Dec 10:54

Choose a tag to compare

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

16 Dec 17:45

Choose a tag to compare

  • Added support for PhotoTAN by setting tanPhoto property in a ClientResponse with mimeType and image. Image is binary data (not encoded in base64).

v1.3.0

03 Oct 09:09

Choose a tag to compare

What's Changed

  • Add DKKKU and DIKKU segments for comdirect credit card statements download by @as19git67 in #11