New version of IBAN tools released
Today I finally revisited IBANTools. IBANTools is my TypeScript project that I started somewhere in November 2015, just to learn TypeScript.
Following changes are in version 1.0.2:
- Using typings instead of TDS.
- Bower will install AMD module, not UMD as before.
- NPM package now includes Common JS module (before was also UMD).
- Travis CI tests now Node.js 4 and 5, not only 5.
- ES6 module included in NPM package only using 'jsnext:main'.
- Some other minor changes.