Added
- Add support for Abarundi (BI) IBAN numbers (#133).
- Add support for Djiboutian (DJ) IBAN numbers (#133).
- Add support for Russian (RU) IBAN numbers (#133).
- Add support for Sudanese (SD) IBAN numbers (#133).
- Add code samples in the project's readme (#137).
- Add a new
Bic#getCountry()
method that return anIsoCountry
(#149). - Add a new
CreditorIdentifier#getCountry()
method that return anIsoCountry
(#149). - Add a new
Iban#getCountry()
method that return anIsoCountry
(#149).
Fixed
- Fix some broken links in documentation (#129).
Internal
- Add a simple script to help to verify links in Javadoc (#129).
- Upgrade to actions/checkout v3.0.2 (#138).
- Upgrade to actions/setup-java v3.4.1 (#139).
- Upgrade to github/codeql-action v2.1.16 (#140).
- Pin actions to a full length commit SHA (#141).
- Enable experimental alerts for CodeQL (#145).
- Set up Maven dependencies caching (#143).
- Add a
CODEOWNERS
(#142). - Add
@LastVerification
to document the last verification date of a list (#152).