IBAN tools 3.2.0 include following changes:

  • Added Node 15 and removed node 13 to Travis CI environments
  • Updated various development dependencies
  • Test file is no longer written in TypeScript - @types/chai is a problem when building for ES5
  • Switched from istanbul to nyc for code coverage
  • Added Libya as new addition to official IBAN registry
  • Fix crash when isValidBIC receives null or undefined
  • Added Github Build Action as preparation to move away from Travis CI

Today I made various changes that affect only development environment so those are relevant to release:

  • Removed Travis CI integration and replaced with Github Action. Travis CI is too slow now, it takes one hour before results are known.
  • Upgraded to typescript 4.

You can install new version using npm, yarn or bower.

Share on: