Skip to content

Commit fb12275

Browse files
authored
Merge pull request rsaenen#7 from almothafar/master
Fix dependencies
2 parents 91481ce + 7b9ba1e commit fb12275

File tree

6 files changed

+65
-14669
lines changed

6 files changed

+65
-14669
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# compiled output
44
.ng_pkg_build
5+
package-lock.json
56
/dist
67
/dist-server
78
/tmp

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### [5.1.0]
2+
- 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)

ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**IMPORTANT:**
2+
_Please be specific with an example. An issue with_
3+
4+
**Steps to reproduce and a minimal demo**
5+
6+
- _What steps should we try in your demo to see the problem?_
7+
- _Plunker example Appreciated_
8+
9+
**Current behavior**
10+
11+
-
12+
13+
**Expected/desired behavior**
14+
15+
-
16+
17+
**Environment information**
18+
19+
- OS:
20+
- Angular Version:
21+
- Typescript version:
22+
- npm version:
23+
- Node Version:
24+
25+
**Other information**

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
41
# Description
52

63
Angular 4 custom validation, forked from [ng2-validation](https://github.com/yuyang041060120/ng2-validation).
@@ -536,10 +533,3 @@ this.form = new FormGroup({
536533
# For developpers
537534
To run the projet : `npm start`
538535
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.
545-
- Changelog initialization.

0 commit comments

Comments
 (0)