- Angular 11 support
- Angular 9.1 support
- Angular 9 support
- Angular 8 support
- Angular 7 support
- Merge pull request #15
- Fix issue #11
- Fix issue #11
- Modificiation of ArrayLength validator attribute (string -> number)
- Using ValidationErrors from @angular/forms to replace {[key: string]: any}
- Fix issue #12
- Update dependencies
- Fix issue with date/min-date/max-date validators with Moment.js and NgbDateStruct for months January and December
- Date supports Moment.js
- Angular 6 support
- Rename repository to ngx-custom-validators
- Fix dependencies causing issues in some cases, dependencies should be devDependencies
- Remove
package-lock.json
see angular-cli/angular-cli#7334 - Separated CHANGELOG created.
- ISSUE_TEMPLATE created.
- Fix issue
ngModel
equals to null withmaxDate
andminDate
.
- fix for
max-date
andmin-date
validators - ngModel type ngbDateStruct support for maxDate and minDate.
- Changelog initialization.
- Breaking change Directive
email
renamed tongvemail
see rsaenen/ngx-custom-validators#5 - Remove deprecated animations use for dev
- Property validator with multiple properties check/Update dev dependencies (Angular 5)