- Features:
- Updated bank database (valid until March 04 2023)
- Features:
- Updated bank database (valid until December 04 2022)
- Features:
- Added 3.1 to tested ruby versions
- Updated bank database (valid until September 04 2022)
- Features:
- Updated bank database (valid until December 05 2021)
- Features:
- Updated bank database (valid until September 07 2021)
- Features:
- Updated blz.txt (valid until 06.06.2021)
- Added 3.0.0 to tested ruby versions
- Added jruby, truffleruby and truffleruby-head to tested ruby versions
- Changed gem to be tested via github actions instead of travis.ci
- Features:
- Updated blz.txt (valid until 07.03.2021)
- Update tested ruby versions to 2.7.2
- Features:
- Updated blz.txt (valid until 06.12.2020)
- Features:
- Features:
- Updated blz.txt (valid until 08.03.2020)
- Update tested ruby versions to 2.4.9, 2.5.7 and 2.6.5
- Features:
- Updated blz.txt (valid until 08.12.2019)
- Update tested ruby versions to 2.4.7, 2.5.6 and 2.6.4
- Features:
- Updated blz.txt (valid until 08.09.2019)
- Update tested ruby versions to 2.4.6, 2.5.5 and 2.6.3
- Removed support for ruby 2.3 due to eol since 31.03.2019
- Removed support for ruby 2.2 due to eol since 31.03.2018
- Features:
- Updated blz.txt (valid until 02.06.2019)
- Updated ruby version from 2.5.3 to 2.6.0
- Features:
- Updated blz.txt (valid until 03.03.2019)
- Updated ruby version from 2.5.1 to 2.5.3
- Updated Bundesbank link
- Features:
- Updated blz.txt (valid until 02.12.2018)
-
Breaking Changes:
- Removed deprecated class
SwiftBic::BankDb
in favor ofIbanizator::BankDb
(#24) - Removed deprecated method
Iban::Validator.validate_iban
in favor ofIbanizator.iban_from_string(iban).valid?
(#24) - Removed deprecated method
Ibanizator.new.validate_iban(iban)
in favor ofIbanizator.iban_from_string(iban).valid?
(#24) - Removed deprecated method
Ibanizator.new.bic(bank_code)
in favor ofIbanizator::BankDb.new.bank_by_bank_code(bank_code).bic
(#24) - Removed deprecated method
Ibanizator.new.bank_name(bank_code)
in favor ofIbanizator::BankDb.new.bank_by_bank_code(bank_code).name
(#24)
- Removed deprecated class
-
Features:
- Added
formatted_iban_string
instance method toIbanizator::Iban
for an iban with spaces. (#17) ~ thanks to phoet - Also adding a
bank_name
andto_hash
instance method toIbanizator::Iban::ExtendedData::DE
. (#17) ~ thanks to phoet - Added short version of bics containing an optional branch code e.g. Deutsche Bank can be found either with DEUTDEBBXXX or DEUTDEBB. Additionally changed
#bank_by_bank_code
to favor banks whose bic ends in 'XXX' (#22) - Removed support for ruby 2.1 and added support for ruby 2.4 and 2.5 (#23)
- Changed the contact information (#25)
- Added
-
Features:
- Updated blz.txt (valid until 02.09.2018)
-
Fixes:
- Fixed failing test suite (#20)
~ Here be dragons ~