@thi.ng/egf 0.6.157 → 0.6.158
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 +3 -91
- package/package.json +13 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
3
|
+
- **Last updated**: 2025-01-23T13:39:11Z
|
|
4
4
|
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
7
|
+
Only versions published since **2022-01-01** are listed here.
|
|
8
|
+
Please consult the Git history for older version information.
|
|
7
9
|
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
|
8
10
|
|
|
9
11
|
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
|
@@ -32,93 +34,3 @@ and/or version bumps of transitive dependencies.
|
|
|
32
34
|
#### ♻️ Refactoring
|
|
33
35
|
|
|
34
36
|
- replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))
|
|
35
|
-
|
|
36
|
-
## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.6.0) (2021-11-17)
|
|
37
|
-
|
|
38
|
-
#### 🚀 Features
|
|
39
|
-
|
|
40
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
41
|
-
Improving the overall build ergonomics
|
|
42
|
-
- introduced a tools workspaces
|
|
43
|
-
- imported it in all needed packages/examples
|
|
44
|
-
- inclusive project root
|
|
45
|
-
|
|
46
|
-
#### ♻️ Refactoring
|
|
47
|
-
|
|
48
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
49
|
-
this commit reverts (partly) changes made in:
|
|
50
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
51
|
-
overall purpose is better testament ergonomics:
|
|
52
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
53
|
-
having a binary to handle this for us.
|
|
54
|
-
|
|
55
|
-
### [0.5.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.5.1) (2021-10-13)
|
|
56
|
-
|
|
57
|
-
#### ♻️ Refactoring
|
|
58
|
-
|
|
59
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
60
|
-
- add .js suffix for all relative imports
|
|
61
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
62
|
-
|
|
63
|
-
## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.5.0) (2021-10-12)
|
|
64
|
-
|
|
65
|
-
#### 🛑 Breaking changes
|
|
66
|
-
|
|
67
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
68
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
69
|
-
- only ESM modules will be published from now on
|
|
70
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
71
|
-
- i.e. launch NodeJS via:
|
|
72
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
73
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
74
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
75
|
-
Also:
|
|
76
|
-
- normalize/restructure/reorg all package.json files
|
|
77
|
-
- cleanup all build scripts, remove obsolete
|
|
78
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
79
|
-
|
|
80
|
-
#### ♻️ Refactoring
|
|
81
|
-
|
|
82
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
83
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
84
|
-
- update imports ([629e169](https://github.com/thi-ng/umbrella/commit/629e169))
|
|
85
|
-
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
86
|
-
- largely related to recent updates/restructuring of these packages:
|
|
87
|
-
- api
|
|
88
|
-
- defmulti
|
|
89
|
-
- errors
|
|
90
|
-
- logger
|
|
91
|
-
- update base64 tag handler ([768492f](https://github.com/thi-ng/umbrella/commit/768492f))
|
|
92
|
-
- minor pkg restructure ([98c05d8](https://github.com/thi-ng/umbrella/commit/98c05d8))
|
|
93
|
-
|
|
94
|
-
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.4.0) (2021-03-27)
|
|
95
|
-
|
|
96
|
-
#### 🚀 Features
|
|
97
|
-
|
|
98
|
-
- update readme ([8a36395](https://github.com/thi-ng/umbrella/commit/8a36395))
|
|
99
|
-
- add note about GPG security issue fix
|
|
100
|
-
|
|
101
|
-
#### 🩹 Bug fixes
|
|
102
|
-
|
|
103
|
-
- update GPG invocation to avoid arb code exec ([3e14765](https://github.com/thi-ng/umbrella/commit/3e14765))
|
|
104
|
-
- use `execFileSync()` to avoid shell and pass encrypted body
|
|
105
|
-
|
|
106
|
-
### [0.3.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.3.4) (2020-12-07)
|
|
107
|
-
|
|
108
|
-
#### ♻️ Refactoring
|
|
109
|
-
|
|
110
|
-
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
111
|
-
|
|
112
|
-
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.3.0) (2020-09-22)
|
|
113
|
-
|
|
114
|
-
#### 🚀 Features
|
|
115
|
-
|
|
116
|
-
- add escape seq support in parser ([c7fe807](https://github.com/thi-ng/umbrella/commit/c7fe807))
|
|
117
|
-
- escape sequences supported in:
|
|
118
|
-
- subjects/node and property IDs
|
|
119
|
-
- tags names
|
|
120
|
-
- string values
|
|
121
|
-
- @include paths
|
|
122
|
-
- @prefix IDs and values
|
|
123
|
-
- tagged #file values
|
|
124
|
-
- tagged #list values
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/egf",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.158",
|
|
4
4
|
"description": "Extensible Graph Format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -41,22 +41,21 @@
|
|
|
41
41
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@thi.ng/api": "^8.11.
|
|
45
|
-
"@thi.ng/checks": "^3.6.
|
|
46
|
-
"@thi.ng/dot": "^2.1.
|
|
47
|
-
"@thi.ng/errors": "^2.5.
|
|
48
|
-
"@thi.ng/logger": "^3.0.
|
|
49
|
-
"@thi.ng/prefixes": "^2.3.
|
|
50
|
-
"@thi.ng/strings": "^3.9.
|
|
51
|
-
"@thi.ng/transducers-binary": "^2.1.
|
|
52
|
-
"@thi.ng/trie": "^1.1.
|
|
44
|
+
"@thi.ng/api": "^8.11.18",
|
|
45
|
+
"@thi.ng/checks": "^3.6.21",
|
|
46
|
+
"@thi.ng/dot": "^2.1.93",
|
|
47
|
+
"@thi.ng/errors": "^2.5.24",
|
|
48
|
+
"@thi.ng/logger": "^3.0.29",
|
|
49
|
+
"@thi.ng/prefixes": "^2.3.35",
|
|
50
|
+
"@thi.ng/strings": "^3.9.3",
|
|
51
|
+
"@thi.ng/transducers-binary": "^2.1.151",
|
|
52
|
+
"@thi.ng/trie": "^1.1.12"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@
|
|
56
|
-
"@thi.ng/equiv": "^2.1.73",
|
|
55
|
+
"@thi.ng/equiv": "^2.1.74",
|
|
57
56
|
"esbuild": "^0.24.2",
|
|
58
57
|
"typedoc": "^0.27.6",
|
|
59
|
-
"typescript": "^5.7.
|
|
58
|
+
"typescript": "^5.7.3"
|
|
60
59
|
},
|
|
61
60
|
"keywords": [
|
|
62
61
|
"conversion",
|
|
@@ -112,5 +111,5 @@
|
|
|
112
111
|
"status": "alpha",
|
|
113
112
|
"year": 2020
|
|
114
113
|
},
|
|
115
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
116
115
|
}
|