You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix dependencies causing issues in some cases, dependencies should be devDependencies
3
+
- Remove `package-lock.json` see [angular-cli/angular-cli#7334](https://github.com/angular/angular-cli/issues/7334)
4
+
- Separated CHANGELOG created.
5
+
- ISSUE_TEMPLATE created.
6
+
### [5.0.3]
7
+
- Fix issue `ngModel` equals to null with `maxDate` and `minDate`.
8
+
### [5.0.2]
9
+
- fix for `max-date` and `min-date` validators
10
+
- ngModel type [ngbDateStruct](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/src/datepicker/ngb-date-struct.ts) support for maxDate and minDate.
11
+
- Changelog initialization.
12
+
### [5.0.1]
13
+
-**Breaking change** Directive `email` renamed to `ngvemail` see [rsaenen/ng4-validators#5](https://github.com/rsaenen/ng4-validators/issues/5)
14
+
- Remove deprecated animations use for dev
15
+
### [5.0.0]
16
+
- Property validator with multiple properties check/Update dev dependencies (Angular 5)
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,3 @@
1
-
## Breaking changes
2
-
Directive email rename to ngvemail see [rsaenen/ng4-validators#5](https://github.com/rsaenen/ng4-validators/issues/5)
3
-
4
1
# Description
5
2
6
3
Angular 4 custom validation, forked from [ng2-validation](https://github.com/yuyang041060120/ng2-validation).
@@ -536,10 +533,3 @@ this.form = new FormGroup({
536
533
# For developpers
537
534
To run the projet : `npm start`
538
535
Don't forget to run `npm test` and `npm lint` before each pull request. Thanks !
539
-
540
-
# Changelog
541
-
### 5.0.3
542
-
- Fix issue ngModel equals to null with maxDate and minDate.
543
-
### 5.0.2
544
-
- ngModel type [ngbDateStruct](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/src/datepicker/ngb-date-struct.ts) support for maxDate and minDate.
0 commit comments