Releases: mdomke/schwifty
Releases · mdomke/schwifty
2020.05.2
2020.05.1
2020.04.1
2020.02.2
2020.02.1
2020.01.2
2020.01.1
New
- Added mechanism to source multiple JSON files when building the bank and IBAN registries. This allows it to add manually curated data and have generated files for different countries.
Updated
- The documentation is now hosted at https://schwifty.readthedocs.io
2020.01.0
Updates
- The IBAN format definitions were updated as specified in the release 85 of the official SWIFT IBAN registry
- The German bank information and domestic bank codes were updated as specified in the current release of the official federal bank code registry
- The generator script for the German bank registry has been rewritten (thanks to @henryk for his input).
- The generator script for the IBAN registry has been rewritten in order to adapt to the recent change to the document format.
New
- The methods
BIC.domestic_bank_codes
,BIC.bank_names
andBIC.bank_short_names
have been added and are supposed to replace the methodsBIC.country_bank_code
,BIC.bank_name
andBIC.bank_short_name
respectively. The reason for this change is that a BIC cannot be unambiguously mapped to a domestic bank code. There might be several branches of a bank with different bank codes that are related to the same BIC.
Deprecations
- The methods
BIC.country_bank_code
,BIC.bank_name
andBIC.bank_short_name
have been deprecated as explained above.