Skip to content

Releases: robocode13/lib-fints

v1.4.8

Choose a tag to compare

@robocode13 robocode13 released this 13 Jun 09:21

What's Changed

  • Fix some problems with Postbank TAN media handling and statement fetching in #26

v1.4.7

Choose a tag to compare

@robocode13 robocode13 released this 09 Feb 09:34

What's Changed

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

v1.4.6

Choose a tag to compare

@robocode13 robocode13 released this 27 Jan 18:15

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

Choose a tag to compare

@robocode13 robocode13 released this 23 Jan 19:44

What's Changed

v1.4.4

Choose a tag to compare

@robocode13 robocode13 released this 18 Jan 11:48
  • 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

Choose a tag to compare

@robocode13 robocode13 released this 10 Jan 11:04

What's Changed

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

v1.4.2

Choose a tag to compare

@robocode13 robocode13 released this 28 Dec 17:24
  • fixed a problem with the "end dialog interaction" adding a HKTAN segment which might lead to bank errors.

v1.4.1

Choose a tag to compare

@robocode13 robocode13 released this 23 Dec 17:21
  • Fixed problems with returned responses from client methods when a TAN was required.

v1.4.0

Choose a tag to compare

@robocode13 robocode13 released this 23 Dec 10:54

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

Choose a tag to compare

@robocode13 robocode13 released this 16 Dec 17:45
  • Added support for PhotoTAN by setting tanPhoto property in a ClientResponse with mimeType and image. Image is binary data (not encoded in base64).