Skip to content

Releases: kewisch/sepa.js

v2.0.0

22 Jul 21:25
Compare
Choose a tag to compare

This release removes support for some outdated formats, please double check if things still work as expected when upgrading.

What's Changed

  • fix: santander is not a valid IBAN by @lippertto in #59
  • No longer set deprecated xmlVersion and xmlEncoding fields by @nicolasschabram in #57
  • fix: Debitor ids are optional for transfers by @lippertto in #60
  • fix: Check for valid SEPA characters by @lippertto in #63
  • Fix "null" in Ctry, Street and address by @FreedomNX in #64
  • add support for pain.001.001.09/pain.008.001.08 by @fellmann in #68

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

16 Oct 09:04
Compare
Choose a tag to compare
  • Fix xmlEncoding/xmlVersion declaration in Chrome (thanks @nicolasschabram)
  • Added support for structured remittance info (thanks @florianverdonck)

v1.0.4

26 Apr 12:55
Compare
Choose a tag to compare
  • Update dependency xmldom
  • Use correct date format for CreDtTm

v0.8.4

20 Jul 14:23
Compare
Choose a tag to compare
  • Ensure two digit checksum length in checksumCreditorID and checksumIBAN

v0.8.3

21 May 19:00
Compare
Choose a tag to compare
  • Fix "main" entry in package.json to make npm/node happy