ejv 1.1.10 → 1.1.11

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.
package/CHANGELOG.md CHANGED
@@ -1,68 +1,68 @@
1
- # Change Log
2
-
3
- # 1.1.7
4
-
5
- - improvement
6
-
7
- - array error message format
8
-
9
- - bug fix
10
-
11
- - array temp key error fixed
12
-
13
- - dependency packages version up
14
-
15
- - TypeScript@3.8.3
16
- - mocha@7.1.0
17
-
18
-
19
- # 1.1.6
20
-
21
- - improvement
22
-
23
- - `data` represent entire data passed to `ejv()`
24
- - `errorData` added to `EjvError`
25
- - `Function` declaration removed
26
-
27
- - bug fix
28
-
29
- - timezone error fixed
30
-
31
-
32
- # 1.1.5
33
-
34
- - improvement
35
-
36
- - `null`, `undefined` flow optimized
37
-
38
- - bug fix
39
-
40
- - `null` parsing error fixed
41
-
42
-
43
- # 1.1.4
44
-
45
- - improvement
46
-
47
- - array item `nullable` logic added
48
-
49
-
50
- # 1.1.3
51
-
52
- - improvement
53
-
54
- - array error path format
55
-
56
-
57
- # 1.1.2
58
-
59
- - bug fix
60
-
61
- - ITEMS_SCHEMES bug fixed
62
-
63
-
64
- # 1.1.1
65
-
66
- - improvement
67
-
1
+ # Change Log
2
+
3
+ # 1.1.7
4
+
5
+ - improvement
6
+
7
+ - array error message format
8
+
9
+ - bug fix
10
+
11
+ - array temp key error fixed
12
+
13
+ - dependency packages version up
14
+
15
+ - TypeScript@3.8.3
16
+ - mocha@7.1.0
17
+
18
+
19
+ # 1.1.6
20
+
21
+ - improvement
22
+
23
+ - `data` represent entire data passed to `ejv()`
24
+ - `errorData` added to `EjvError`
25
+ - `Function` declaration removed
26
+
27
+ - bug fix
28
+
29
+ - timezone error fixed
30
+
31
+
32
+ # 1.1.5
33
+
34
+ - improvement
35
+
36
+ - `null`, `undefined` flow optimized
37
+
38
+ - bug fix
39
+
40
+ - `null` parsing error fixed
41
+
42
+
43
+ # 1.1.4
44
+
45
+ - improvement
46
+
47
+ - array item `nullable` logic added
48
+
49
+
50
+ # 1.1.3
51
+
52
+ - improvement
53
+
54
+ - array error path format
55
+
56
+
57
+ # 1.1.2
58
+
59
+ - bug fix
60
+
61
+ - ITEMS_SCHEMES bug fixed
62
+
63
+
64
+ # 1.1.1
65
+
66
+ - improvement
67
+
68
68
  - `ErrorType.ITEMS_SCHEME` deprecated
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2018 Janghyun Han
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Janghyun Han
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.