You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support random IBAN generation based on countries (RandomIban.next(IsoCountry...)), country alpha-2
codes (RandomIban.next(String...)) or currencies (RandomIban.next(IsoCurrency...)) (#339).
Support random BIC generation based on countries (RandomBic.next(IsoCountry...)), country alpha-2
codes (RandomBic.next(String...)) or currencies (RandomBic.next(IsoCurrency...)) (#338).
Changed
Make Bic constants public (during #339). New available constants are BIC8_LENGTH, BIC11_LENGTH, INSTITUTION_CODE_INDEX, INSTITUTION_CODE_LENGTH, COUNTRY_CODE_INDEX, COUNTRY_CODE_LENGTH, LOCATION_CODE_INDEX, LOCATION_CODE_LENGTH, BRANCH_CODE_INDEX, BRANCH_CODE_LENGTH.