Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

67 lines (47 loc) · 2.92 KB

Changelog

0.4.6

  • Features:
    • Updated blz.txt (valid until 08.03.2020)
    • Update tested ruby versions to 2.4.9, 2.5.7 and 2.6.5

0.4.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

0.4.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

0.4.3

  • Features:
    • Updated blz.txt (valid until 02.06.2019)
    • Updated ruby version from 2.5.3 to 2.6.0

0.4.2

  • Features:
    • Updated blz.txt (valid until 03.03.2019)
    • Updated ruby version from 2.5.1 to 2.5.3
    • Updated Bundesbank link

0.4.1

  • Features:
    • Updated blz.txt (valid until 02.12.2018)

0.4.0

  • Breaking Changes:

    • Removed deprecated class SwiftBic::BankDb in favor of Ibanizator::BankDb (#24)
    • Removed deprecated method Iban::Validator.validate_iban in favor of Ibanizator.iban_from_string(iban).valid? (#24)
    • Removed deprecated method Ibanizator.new.validate_iban(iban) in favor of Ibanizator.iban_from_string(iban).valid? (#24)
    • Removed deprecated method Ibanizator.new.bic(bank_code) in favor of Ibanizator::BankDb.new.bank_by_bank_code(bank_code).bic (#24)
    • Removed deprecated method Ibanizator.new.bank_name(bank_code) in favor of Ibanizator::BankDb.new.bank_by_bank_code(bank_code) .bank_name (#24)
  • Features:

    • Added formatted_iban_string instance method to Ibanizator::Iban for an iban with spaces. (#17) ~ thanks to phoet
    • Also adding a bank_name and to_hash instance method to Ibanizator::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)

0.3.5

  • Features:

    • Updated blz.txt (valid until 02.09.2018)
  • Fixes:

    • Fixed failing test suite (#20)

0.3.4 and blow

~ Here be dragons ~