Skip to content

Latest commit

 

History

History
54 lines (54 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

54 lines (54 loc) · 2.4 KB

[11.0.0]

  • Angular 11 support

[10.0.0]

  • Angular 10 support
  • Merge pull request #41
  • Fix issue #37
  • Fix issue #38
  • Fix issue #39
  • Fix issue #40

[9.1.0]

  • Angular 9.1 support

[9.0.1]

  • Merge pull request #32
  • Fix issue #31

[9.0.0]

  • Angular 9 support

[8.0.0]

  • Angular 8 support

[7.0.0]

  • Angular 7 support

[6.1.0]

  • Merge pull request #15

[6.0.5]

  • Fix issue #11

[6.0.4]

  • Fix issue #11

[6.0.3]

  • Modificiation of ArrayLength validator attribute (string -> number)
  • Using ValidationErrors from @angular/forms to replace {[key: string]: any}
  • Fix issue #12
  • Update dependencies

[6.0.2]

  • Fix issue with date/min-date/max-date validators with Moment.js and NgbDateStruct for months January and December

[6.0.1]

  • Date supports Moment.js

[6.0.0]

  • Angular 6 support
  • Rename repository to ngx-custom-validators

[5.1.0]

  • 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.

[5.0.3]

  • Fix issue ngModel equals to null with maxDate and minDate.

[5.0.2]

  • fix for max-date and min-date validators
  • ngModel type ngbDateStruct support for maxDate and minDate.
  • Changelog initialization.

[5.0.1]

[5.0.0]

  • Property validator with multiple properties check/Update dev dependencies (Angular 5)