@finnair/v-validation-moment 3.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -43
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,15 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [3.0.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0) (2022-10-03)
7
-
8
- **Note:** Version bump only for package @finnair/v-validation-moment
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-alpha.2](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.2) (2022-09-28)
6
+ # [4.0.0](https://github.com/finnair/v-validation/compare/v3.2.0...v4.0.0) (2022-11-07)
15
7
 
16
8
  **Note:** Version bump only for package @finnair/v-validation-moment
17
9
 
@@ -19,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
11
 
20
12
 
21
13
 
22
- # [3.0.0-alpha.1](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.1) (2022-09-26)
14
+ # [3.1.0](https://github.com/finnair/v-validation/compare/v3.0.0...v3.1.0) (2022-10-24)
23
15
 
24
16
  **Note:** Version bump only for package @finnair/v-validation-moment
25
17
 
@@ -27,65 +19,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
19
 
28
20
 
29
21
 
30
- # [3.0.0-alpha.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.0) (2022-09-26)
31
-
32
- **Note:** Version bump only for package @finnair/v-validation-moment
33
-
34
-
22
+ # [3.0.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0) (2022-10-03)
35
23
 
24
+ ### Features
36
25
 
26
+ - Use Object.freeze to ensure Validator immutability.
37
27
 
38
28
  # [2.0.0](https://github.com/finnair/v-validation/compare/v1.1.0...v2.0.0) (2022-09-08)
39
29
 
40
30
  **Note:** Version bump only for package @finnair/v-validation-moment
41
31
 
42
-
43
-
44
-
45
-
46
32
  # [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)
47
33
 
48
-
49
34
  ### Features
50
35
 
51
- * Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
52
-
53
-
54
-
55
-
36
+ - Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
56
37
 
57
38
  # [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)
58
39
 
59
-
60
40
  ### Features
61
41
 
62
- * Support for Luxon ([00d0a8e](https://github.com/finnair/v-validation/commit/00d0a8e8c8de46bfeb3502f51bb8cd5a3627070e))
63
-
64
-
65
-
66
-
42
+ - Support for Luxon ([00d0a8e](https://github.com/finnair/v-validation/commit/00d0a8e8c8de46bfeb3502f51bb8cd5a3627070e))
67
43
 
68
44
  # [1.1.0-alpha.5](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.5) (2022-08-16)
69
45
 
70
-
71
46
  ### Features
72
47
 
73
- * Support for Luxon ([6a243f0](https://github.com/finnair/v-validation/commit/6a243f043db2ca6700180eb758a08d8edfe1e538))
74
-
75
-
76
-
77
-
48
+ - Support for Luxon ([6a243f0](https://github.com/finnair/v-validation/commit/6a243f043db2ca6700180eb758a08d8edfe1e538))
78
49
 
79
50
  # [1.1.0-alpha.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.0) (2022-08-12)
80
51
 
81
-
82
52
  ### Features
83
53
 
84
- * Support for Luxon ([6f982df](https://github.com/finnair/v-validation/commit/6f982df9b55395e953069914c93fef677dec171e))
85
-
86
-
87
-
88
-
54
+ - Support for Luxon ([6f982df](https://github.com/finnair/v-validation/commit/6f982df9b55395e953069914c93fef677dec171e))
89
55
 
90
56
  ## [1.0.1](https://github.com/finnair/v-validation/compare/v0.9.1...v1.0.1) (2022-01-20)
91
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finnair/v-validation-moment",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "private": false,
5
5
  "description": "Moment validators",
6
6
  "main": "dist/index.js",
@@ -25,11 +25,11 @@
25
25
  "build": "tsc -b ."
26
26
  },
27
27
  "dependencies": {
28
- "@finnair/path": "^3.0.0",
29
- "@finnair/v-validation": "^3.0.0"
28
+ "@finnair/path": "^4.0.0",
29
+ "@finnair/v-validation": "^4.0.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "moment": "^2.29.1"
33
33
  },
34
- "gitHead": "597b85f1fcef99722bccf47c6d30260973d6d88c"
34
+ "gitHead": "d6540b51c4f1c57563602f66bd3157637703529b"
35
35
  }