Releases: gocardless/ibandit
Releases · gocardless/ibandit
v0.11.12
Adds a country-specific check for Australian PseudoIBANs to validate BSBs using the configured modulus checker (if available).
v0.11.9
Merge pull request #92 from gocardless/v0.11.9
v0.11.9
v0.11.8
Incorrectly release version. Please do not use.
v0.11.7
Adds support for Australian pseudo-IBANs
v0.11.6
- Handle invalid characters when computing check digits for Italy
v0.11.5
Fix invalid regular expression account_number_format
for Dominican Republic IBANs.
v0.11.4
Fix swift_national_id
for Slovenian IBANs. Previously it was returning two digits, instead of five.
v0.11.3
Fix bug: Previously, constructing an Ibandit::IBAN
object with country_code: "SE"
and certain 4-digit values for account_number
would throw NoMethodError
. The IBAN object can now be successfully constructed (and will return a false value for valid?
).
v0.11.2
(This release was originally dated July 4 2016, but the gem released on Rubygems differed from the code at the v0.11.2 tag on Github. This tag replaces the old tag, and points to a version of the code which is identical with the code on Rubygems.)