jschaedl / Iban

[Deprecated] Validating and generating international :bank: bank account numbers (IBAN)
MIT License
61 stars 25 forks source link

Implement new rules valid from 5th of December 2016 & small refactoring #41

Closed derschatta closed 7 years ago

derschatta commented 7 years ago

As we need to exchange our IBAN library with something new I added support for the newest rules which will be valid from December 2016 on.

I also changed the detection of the rule and revision to use the existing ruleset within this project and not rely on the Bav project anymore. I believe this is the better approach as you don't have to maintain two spereate projects to update the iban rules in the future.

derschatta commented 7 years ago

sry for the other closed pull requests, I realized it's better to make a pull request from my dev branch not from my master branch

jschaedl commented 7 years ago

@derschatta Thanks a lot!