Skip to content

Releases: gocardless/ibandit

v0.11.12

21 Mar 10:28
71a04aa
Compare
Choose a tag to compare

Adds a country-specific check for Australian PseudoIBANs to validate BSBs using the configured modulus checker (if available).

v0.11.9

08 Feb 11:00
0b81e1c
Compare
Choose a tag to compare
Merge pull request #92 from gocardless/v0.11.9

v0.11.9

v0.11.8

08 Feb 10:28
00be2ed
Compare
Choose a tag to compare

Incorrectly release version. Please do not use.

v0.11.7

20 Dec 13:16
ee2a1d1
Compare
Choose a tag to compare

Adds support for Australian pseudo-IBANs

v0.11.6

17 Aug 08:34
Compare
Choose a tag to compare
  • Handle invalid characters when computing check digits for Italy

v0.11.5

16 Jun 06:45
Compare
Choose a tag to compare

Fix invalid regular expression account_number_format for Dominican Republic IBANs.

v0.11.4

14 Mar 12:07
Compare
Choose a tag to compare

Fix swift_national_id for Slovenian IBANs. Previously it was returning two digits, instead of five.

v0.11.3

14 Mar 12:06
Compare
Choose a tag to compare

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

09 Mar 14:19
Compare
Choose a tag to compare

(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.)