Releases: mmjmanders/ng-iban
Releases · mmjmanders/ng-iban
2.0.0
1.4.0
Update bower.json
Don't update modelValue with print formatted version
The model value now stays the IBAN number without spaces. Also the scope is bound bidirectional in case of using a ControllerAs.
Added a display filter
Added an angular filter to display the print format of an IBAN
Add validator to $validators pipeline
The validation is now added to the AngularJS $validators pipeline (See https://docs.angularjs.org/api/ng/type/ngModel.NgModelController)
Publish dist folder as well
Publish the dist
folder to NPM
Removed obsolete files from NPM
Disabled publishing dev environment files to NPM
Removed Grunt from build process
Switch to NPM only building
Added compatibility with CommonJS / NPM
Integrated pull request #8
Delegate validation to external module
Instead of writing the validation code myself, for this release I have chosen to use iban.js for validation.