Skip to content

Releases: larsdecker/fints

v.0.12.0

21 Apr 22:23

Choose a tag to compare

What's Changed

  • Handle decoupled TAN challenges when banks return 3955 without 0030 by @Copilot in #44

Full Changelog: v.0.11.0...v.0.12.0

v.0.11.0

15 Apr 21:34
8ff712a

Choose a tag to compare

What's Changed

  • feat: Add BankCapabilities to expose bank feature flags by @Copilot in #36
  • finTS 4.0 Support and Mock Server by @Copilot in #41

Full Changelog: v.0.10.0...v.0.11.0

v.0.10.0

14 Apr 23:28

Choose a tag to compare

What's Changed

  • Fix Yarn installation by removing package-lock.json and regenerating lockfile by @Copilot in #23
  • Add bounds checks tests for MT940 structured parsing by @larsdecker in #25
  • Security: Mask credentials in debug logs, replace yamljs, update dependencies by @Copilot in #24
  • Consolidate Prettier configuration into single .prettierrc.json file by @Copilot in #26
  • docs: Add comprehensive use cases and practical examples by @Copilot in #30
  • Implement Decoupled TAN (Asynchronous Authentication) Support by @Copilot in #31
  • chore(deps): bump lodash from 4.17.21 to 4.17.23 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #32
  • chore(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #33
  • chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #34
  • chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #35
  • chore(deps): bump fast-xml-parser from 5.3.8 to 5.5.6 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #37
  • chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates by @dependabot[bot] in #38
  • fix: escape FinTS control characters in HNSHA/HNSHK/HNVSK segments + CVE-2026-26278 by @Copilot in #39

New Contributors

Full Changelog: v.0.6.0...v.0.10.0

v.0.6.0

23 Dec 02:10

Choose a tag to compare

What's Changed

  • Add parser and dialog tests to improve coverage by @larsdecker in #3
  • feat: add tan method 7 support by @larsdecker in #1
  • chore: update fints dependencies by @larsdecker in #4
  • chore: update fints-cli dependencies by @larsdecker in #5
  • feat: add HKTAN version 7 support by @larsdecker in #7
  • Add holdings retrieval and balance commands by @larsdecker in #9
  • chore: update dependencies by @larsdecker in #8
  • Add tests for CLI balance and holdings commands by @larsdecker in #10
  • feat: add SEPA direct debit submission by @larsdecker in #11
  • Add TAN login completion helper by @larsdecker in #13
  • Fix TanMethod config handling and refresh snapshots by @larsdecker in #17
  • Increase coverage for pain helpers and entrypoint exports by @larsdecker in #18
  • Fix latin1 encoding for German umlauts in bank statements by @Copilot in #20
  • Setup npm publication as fints-lib and fints-lib-cli with GitHub Actions by @Copilot in #21
  • Add FinTS error code mapping, timeout/retry, and multi-step TAN support by @Copilot in #22

New Contributors

  • @larsdecker made their first contribution in #3
  • @Copilot made their first contribution in #20

Full Changelog: https://github.com/larsdecker/fints/commits/v.0.6.0