Skip to content

2024.05.4

Compare
Choose a tag to compare
@mdomke mdomke released this 25 May 21:30
· 41 commits to main since this release
2024.05.4
c467335

Added

  • The IBAN and BBAN classes now have an additional property currency_code for countries like Seychelles, Guatemala, or Mauritius.

Fixed

  • Also allow the BIC lookup for non-primary banks. For countries like Switzerland, the lookup did fail for banks which did not have the primary-flag set, even though an appropriate mapping was available.
  • IBAN.random() now also works for countries which have a currency code included in their BBAN e.g., Mauritius or Seychelles. #206 (thanks to @noamshalev for reporting).
  • IBAN.random() now also works for aspirational countries, where no information of the BBAN structure is available, e.g., Comoros. #206