@finnair/path-parser 3.0.0-alpha.2 → 3.1.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 +8 -35
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,7 +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-alpha.2](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.2) (2022-09-28)
6
+ # [3.1.0](https://github.com/finnair/v-validation/compare/v3.0.0...v3.1.0) (2022-10-24)
7
7
 
8
8
  **Note:** Version bump only for package @finnair/path-parser
9
9
 
@@ -11,66 +11,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [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.0.0](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0) (2022-10-03)
15
15
 
16
16
  **Note:** Version bump only for package @finnair/path-parser
17
17
 
18
-
19
-
20
-
21
-
22
18
  # [2.0.0](https://github.com/finnair/v-validation/compare/v1.1.0...v2.0.0) (2022-09-08)
23
19
 
24
-
25
- * Upgrade All Dependencies (#80) ([fb6309c](https://github.com/finnair/v-validation/commit/fb6309cc1d9fd90f3e8c5ba79798fae1450b66a6)), closes [#80](https://github.com/finnair/v-validation/issues/80)
26
-
20
+ - Upgrade All Dependencies (#80) ([fb6309c](https://github.com/finnair/v-validation/commit/fb6309cc1d9fd90f3e8c5ba79798fae1450b66a6)), closes [#80](https://github.com/finnair/v-validation/issues/80)
27
21
 
28
22
  ### BREAKING CHANGES
29
23
 
30
- * Drop Node 12 support
31
- * Add .nvmrc
32
- * Introduce CI build for Node 18
33
- * Upgrade All Dependencies
34
-
35
-
36
-
37
-
24
+ - Drop Node 12 support
25
+ - Add .nvmrc
26
+ - Introduce CI build for Node 18
27
+ - Upgrade All Dependencies
38
28
 
39
29
  # [1.1.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0) (2022-08-29)
40
30
 
41
-
42
31
  ### Features
43
32
 
44
- * Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
45
-
46
-
47
-
48
-
33
+ - Support for Luxon ([94b3806](https://github.com/finnair/v-validation/commit/94b38060e07feeb0abb8c81659d8bda537a4d9aa))
49
34
 
50
35
  # [1.1.0-alpha.6](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.6) (2022-08-17)
51
36
 
52
37
  **Note:** Version bump only for package @finnair/path-parser
53
38
 
54
-
55
-
56
-
57
-
58
39
  # [1.1.0-alpha.5](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.5) (2022-08-16)
59
40
 
60
41
  **Note:** Version bump only for package @finnair/path-parser
61
42
 
62
-
63
-
64
-
65
-
66
43
  # [1.1.0-alpha.0](https://github.com/finnair/v-validation/compare/v1.0.1...v1.1.0-alpha.0) (2022-08-12)
67
44
 
68
45
  **Note:** Version bump only for package @finnair/path-parser
69
46
 
70
-
71
-
72
-
73
-
74
47
  ## [1.0.1](https://github.com/finnair/v-validation/compare/v0.9.1...v1.0.1) (2022-01-20)
75
48
 
76
49
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finnair/path-parser",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.1.0",
4
4
  "private": false,
5
5
  "description": "Simple object path as array of strings and numbers",
6
6
  "main": "dist/index.js",
@@ -23,9 +23,9 @@
23
23
  "build": "tsc -b ."
24
24
  },
25
25
  "dependencies": {
26
- "@finnair/path": "^3.0.0-alpha.2",
26
+ "@finnair/path": "^3.1.0",
27
27
  "@types/nearley": "2.11.2",
28
28
  "nearley": "2.20.1"
29
29
  },
30
- "gitHead": "d42bd7583bb684429e48ce8e5db3938cb95ffd5f"
30
+ "gitHead": "5182a63fa61cc1f5c8991e1482c5bbffe14798c3"
31
31
  }