angular-cc-library

Library to support Credit Card input masking and validation

MIT License

Stars
82

Bot releases are visible (Hide)

angular-cc-library - 3.4.0 Latest Release

Published by timofei-iatsenko about 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/timofei-iatsenko/angular-cc-library/compare/v3.3.0...v3.4.0

angular-cc-library - 3.3.0

Published by github-actions[bot] 9 months ago

angular-cc-library - 3.3.0

Published by github-actions[bot] 9 months ago

angular-cc-library - Angular 16 Support

Published by thekip over 1 year ago

Angular dependencies bump.

angular-cc-library - Angular 15 Support

Published by thekip almost 2 years ago

Library built with Angular 15 compiler.

Angular 14.x is no longer supported. If you are using this version, please, stick with version 3.0.4

angular-cc-library - Add support for Angular 14

Published by thekip over 2 years ago

No changes in library logic

angular-cc-library - Angular 13 Support

Published by thekip almost 3 years ago

Library built using Angular Compiler v13 with partial Ivy metadata

angular-cc-library - Angular 12 Support

Published by thekip almost 3 years ago

angular-cc-library - Ionic Compatibility Fix

Published by thekip over 4 years ago

Remove tag name from directive's selector input[ccNumber] -> [ccNumber]
Fixes https://github.com/nogorilla/angular-cc-library/issues/66

angular-cc-library - Angular Package Format and Ivy Compatibility

Published by thekip over 4 years ago

Project bootstrapped from scratch with Angular CLI and packed into Angular Package Format (APF) which means no compatibility issues with different versions of Angular (including Ivy) and different environments.

The source code of library cleaned up, aligned with modern code conventions and written using strict Typescript checks.

Closes: https://github.com/nogorilla/angular-cc-library/issues/61

Features

  • ccDirective now implements `exportAs: 'ccDirective' and exports resolved card scheme which means you can use it in your templates for advanced styling or presentation purposes with no additional effort:
<input ccNumber #ccNumber="ccNumber">
<span class="scheme">{{ccNumber.resolvedScheme$ | async}}</span>
<!-- will print: unknown, visa, amex and etc -->

Closes: https://github.com/nogorilla/angular-cc-library/issues/45

BREAKING CHANGES

  • exportable member CreditCardValidator changed to CreditCardValidators (with s at the end)
angular-cc-library - Incremental Update

Published by nogorilla over 7 years ago

Complies with new angular naming conventions. No functionality changes

angular-cc-library - Initial Release

Published by nogorilla almost 8 years ago

This release represent the first usable implementation that is usable through NPM