@thi.ng/rstream-graph 4.1.159 → 4.1.160
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 -251
- package/package.json +11 -12
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
|
|
@@ -38,253 +40,3 @@ and/or version bumps of transitive dependencies.
|
|
|
38
40
|
#### ♻️ Refactoring
|
|
39
41
|
|
|
40
42
|
- update remaining type imports (TS5.0) in various pkgs ([e0edf26](https://github.com/thi-ng/umbrella/commit/e0edf26))
|
|
41
|
-
|
|
42
|
-
## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@4.1.0) (2021-11-17)
|
|
43
|
-
|
|
44
|
-
#### 🚀 Features
|
|
45
|
-
|
|
46
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
47
|
-
Improving the overall build ergonomics
|
|
48
|
-
- introduced a tools workspaces
|
|
49
|
-
- imported it in all needed packages/examples
|
|
50
|
-
- inclusive project root
|
|
51
|
-
|
|
52
|
-
#### ♻️ Refactoring
|
|
53
|
-
|
|
54
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
55
|
-
this commit reverts (partly) changes made in:
|
|
56
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
57
|
-
overall purpose is better testament ergonomics:
|
|
58
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
59
|
-
having a binary to handle this for us.
|
|
60
|
-
|
|
61
|
-
### [4.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@4.0.1) (2021-10-13)
|
|
62
|
-
|
|
63
|
-
#### ♻️ Refactoring
|
|
64
|
-
|
|
65
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
66
|
-
- add .js suffix for all relative imports
|
|
67
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
68
|
-
|
|
69
|
-
# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@4.0.0) (2021-10-12)
|
|
70
|
-
|
|
71
|
-
#### 🛑 Breaking changes
|
|
72
|
-
|
|
73
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
74
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
75
|
-
- only ESM modules will be published from now on
|
|
76
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
77
|
-
- i.e. launch NodeJS via:
|
|
78
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
79
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
80
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
81
|
-
Also:
|
|
82
|
-
- normalize/restructure/reorg all package.json files
|
|
83
|
-
- cleanup all build scripts, remove obsolete
|
|
84
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
85
|
-
|
|
86
|
-
#### ♻️ Refactoring
|
|
87
|
-
|
|
88
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
89
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
90
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
91
|
-
- update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
|
|
92
|
-
- update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
|
|
93
|
-
- extract getNodeInput() ([6c197fe](https://github.com/thi-ng/umbrella/commit/6c197fe))
|
|
94
|
-
|
|
95
|
-
### [3.2.60](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.2.60) (2021-03-12)
|
|
96
|
-
|
|
97
|
-
#### ♻️ Refactoring
|
|
98
|
-
|
|
99
|
-
- update types to use ISubscription ([224f614](https://github.com/thi-ng/umbrella/commit/224f614))
|
|
100
|
-
- update .subscribe() call sites ([009b83b](https://github.com/thi-ng/umbrella/commit/009b83b))
|
|
101
|
-
- update types/generics ([2597482](https://github.com/thi-ng/umbrella/commit/2597482))
|
|
102
|
-
- update types due to changes in rstream interfaces
|
|
103
|
-
|
|
104
|
-
### [3.2.41](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.2.41) (2020-09-22)
|
|
105
|
-
|
|
106
|
-
#### ♻️ Refactoring
|
|
107
|
-
|
|
108
|
-
- update prepareNodeInputs/Outputs() ([088bf37](https://github.com/thi-ng/umbrella/commit/088bf37))
|
|
109
|
-
|
|
110
|
-
### [3.2.40](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.2.40) (2020-09-13)
|
|
111
|
-
|
|
112
|
-
#### ♻️ Refactoring
|
|
113
|
-
|
|
114
|
-
- update imports ([7a39ebf](https://github.com/thi-ng/umbrella/commit/7a39ebf))
|
|
115
|
-
|
|
116
|
-
### [3.2.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.2.8) (2020-03-28)
|
|
117
|
-
|
|
118
|
-
#### ♻️ Refactoring
|
|
119
|
-
|
|
120
|
-
- update atom outputs ([d070889](https://github.com/thi-ng/umbrella/commit/d070889))
|
|
121
|
-
- update to new [@thi.ng/paths](https://github.com/thi-ng/umbrella/tree/main/packages/paths) API ([3f5dd20](https://github.com/thi-ng/umbrella/commit/3f5dd20))
|
|
122
|
-
- update fromView() call sites ([1bba1fc](https://github.com/thi-ng/umbrella/commit/1bba1fc))
|
|
123
|
-
|
|
124
|
-
### [3.2.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.2.3) (2020-02-25)
|
|
125
|
-
|
|
126
|
-
#### ♻️ Refactoring
|
|
127
|
-
|
|
128
|
-
- update imports ([89f4f1b](https://github.com/thi-ng/umbrella/commit/89f4f1b))
|
|
129
|
-
|
|
130
|
-
## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.2.0) (2019-11-30)
|
|
131
|
-
|
|
132
|
-
#### 🩹 Bug fixes
|
|
133
|
-
|
|
134
|
-
- update prepareNodeInputs() to reflect rstream changes ([dbe344a](https://github.com/thi-ng/umbrella/commit/dbe344a))
|
|
135
|
-
- update prepareNodeOutputs to reflect rstream changes ([680848d](https://github.com/thi-ng/umbrella/commit/680848d))
|
|
136
|
-
|
|
137
|
-
#### ♻️ Refactoring
|
|
138
|
-
|
|
139
|
-
- re-use `Path` from [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) ([e621ec7](https://github.com/thi-ng/umbrella/commit/e621ec7))
|
|
140
|
-
|
|
141
|
-
### [3.1.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.1.7) (2019-09-21)
|
|
142
|
-
|
|
143
|
-
#### 🚀 Features
|
|
144
|
-
|
|
145
|
-
- add node2(), update sub/div ([5214f9a](https://github.com/thi-ng/umbrella/commit/5214f9a))
|
|
146
|
-
|
|
147
|
-
#### 🩹 Bug fixes
|
|
148
|
-
|
|
149
|
-
- const zero input spec handling ([27e9d30](https://github.com/thi-ng/umbrella/commit/27e9d30))
|
|
150
|
-
|
|
151
|
-
### [3.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.1.6) (2019-08-21)
|
|
152
|
-
|
|
153
|
-
#### ♻️ Refactoring
|
|
154
|
-
|
|
155
|
-
- update to new rstream api ([f3cb164](https://github.com/thi-ng/umbrella/commit/f3cb164))
|
|
156
|
-
|
|
157
|
-
## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.1.0) (2019-07-07)
|
|
158
|
-
|
|
159
|
-
#### 🚀 Features
|
|
160
|
-
|
|
161
|
-
- add opt reset arg to `node()` ([310f4d3](https://github.com/thi-ng/umbrella/commit/310f4d3))
|
|
162
|
-
- enable TS strict compiler flags (refactor) ([ace51f8](https://github.com/thi-ng/umbrella/commit/ace51f8))
|
|
163
|
-
|
|
164
|
-
#### ♻️ Refactoring
|
|
165
|
-
|
|
166
|
-
- TS strictNullChecks ([fa94f62](https://github.com/thi-ng/umbrella/commit/fa94f62))
|
|
167
|
-
|
|
168
|
-
# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@3.0.0) (2019-01-21)
|
|
169
|
-
|
|
170
|
-
#### 🛑 Breaking changes
|
|
171
|
-
|
|
172
|
-
- update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
|
|
173
|
-
- BREAKING CHANGE: enable multi-outputs (ES6 modules, CJS, UMD)
|
|
174
|
-
- build scripts now first build ES6 modules in package root, then call
|
|
175
|
-
`scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
176
|
-
- all imports MUST be updated to only refer to package level
|
|
177
|
-
(not individual files anymore). tree shaking in user land will get rid of
|
|
178
|
-
all unused imported symbols
|
|
179
|
-
|
|
180
|
-
### [2.1.18](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@2.1.18) (2018-08-03)
|
|
181
|
-
|
|
182
|
-
#### ♻️ Refactoring
|
|
183
|
-
|
|
184
|
-
- remove obsolete `reset` in node() factory ([f946631](https://github.com/thi-ng/umbrella/commit/f946631))
|
|
185
|
-
|
|
186
|
-
### [2.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@2.1.1) (2018-06-25)
|
|
187
|
-
|
|
188
|
-
#### 🩹 Bug fixes
|
|
189
|
-
|
|
190
|
-
- individual node outputs ([c4fad70](https://github.com/thi-ng/umbrella/commit/c4fad70))
|
|
191
|
-
- add map() xform to ensure output sub only contains selected output val
|
|
192
|
-
|
|
193
|
-
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@2.1.0) (2018-06-21)
|
|
194
|
-
|
|
195
|
-
#### 🚀 Features
|
|
196
|
-
|
|
197
|
-
- add stop(), fix `const` inputs, update docs/readme ([d0b1e5c](https://github.com/thi-ng/umbrella/commit/d0b1e5c))
|
|
198
|
-
|
|
199
|
-
### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@2.0.1) (2018-06-07)
|
|
200
|
-
|
|
201
|
-
#### 🩹 Bug fixes
|
|
202
|
-
|
|
203
|
-
- rename `resolveMap` => `resolve` due to upstream changes ([0fc2305](https://github.com/thi-ng/umbrella/commit/0fc2305))
|
|
204
|
-
|
|
205
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@2.0.0) (2018-06-06)
|
|
206
|
-
|
|
207
|
-
#### 🛑 Breaking changes
|
|
208
|
-
|
|
209
|
-
- add full/optional support for multiple node outputs ([f2e0df2](https://github.com/thi-ng/umbrella/commit/f2e0df2))
|
|
210
|
-
- BREAKING CHANGE: update NodeSpec format & graph initialization
|
|
211
|
-
- add new types/interfaces
|
|
212
|
-
- non-destructive initGraph() behavior
|
|
213
|
-
- update & refactor nodeFromSpec()
|
|
214
|
-
- update addNode/removeNode()
|
|
215
|
-
- update tests & docs
|
|
216
|
-
|
|
217
|
-
#### 🚀 Features
|
|
218
|
-
|
|
219
|
-
- update NodeOutput, support multiple handlers ([be21c4c](https://github.com/thi-ng/umbrella/commit/be21c4c))
|
|
220
|
-
- extract prepareNodeOutputs()
|
|
221
|
-
|
|
222
|
-
### [1.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@1.1.1) (2018-05-21)
|
|
223
|
-
|
|
224
|
-
#### ♻️ Refactoring
|
|
225
|
-
|
|
226
|
-
- allow fn vals in GraphSpec too, update test ([ad56421](https://github.com/thi-ng/umbrella/commit/ad56421))
|
|
227
|
-
|
|
228
|
-
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@1.1.0) (2018-05-21)
|
|
229
|
-
|
|
230
|
-
#### 🚀 Features
|
|
231
|
-
|
|
232
|
-
- update types, initGraph(), node1(), add tests ([0818498](https://github.com/thi-ng/umbrella/commit/0818498))
|
|
233
|
-
- allow pre-existing subscribables in GraphSpec
|
|
234
|
-
- update initGraph() to only process NodeSpec values
|
|
235
|
-
- update NodeSpec to use `Path` instead of `string` for state paths
|
|
236
|
-
- update NodeSpec `const` inputs to support value factory fns
|
|
237
|
-
- make xform arg to node1() optional
|
|
238
|
-
- update doc strings
|
|
239
|
-
|
|
240
|
-
### [1.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@1.0.8) (2018-05-10)
|
|
241
|
-
|
|
242
|
-
#### ♻️ Refactoring
|
|
243
|
-
|
|
244
|
-
- update deps & imports in all packages due to [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) split ([bc45636](https://github.com/thi-ng/umbrella/commit/bc45636))
|
|
245
|
-
|
|
246
|
-
# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@1.0.0) (2018-04-24)
|
|
247
|
-
|
|
248
|
-
#### 🛑 Breaking changes
|
|
249
|
-
|
|
250
|
-
- update node input specs & node factories ([d564e10](https://github.com/thi-ng/umbrella/commit/d564e10))
|
|
251
|
-
- BREAKING CHANGE: node inputs now specified as object, node factory function
|
|
252
|
-
signature change
|
|
253
|
-
- input spec keys now used as input IDs
|
|
254
|
-
- NodeFactory now accepts object of input stream (not array)
|
|
255
|
-
- update node() & node1(), add support for required input IDs
|
|
256
|
-
- update all existing node impls
|
|
257
|
-
|
|
258
|
-
#### 🚀 Features
|
|
259
|
-
|
|
260
|
-
- add IDs for all generated nodes, rename factory type ([0153903](https://github.com/thi-ng/umbrella/commit/0153903))
|
|
261
|
-
- MultiInputNodeFn => NodeFactory
|
|
262
|
-
|
|
263
|
-
#### ♻️ Refactoring
|
|
264
|
-
|
|
265
|
-
- extract ensureInputs(), update docs ([2b9a888](https://github.com/thi-ng/umbrella/commit/2b9a888))
|
|
266
|
-
|
|
267
|
-
### [0.2.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@0.2.3) (2018-04-18)
|
|
268
|
-
|
|
269
|
-
#### 🩹 Bug fixes
|
|
270
|
-
|
|
271
|
-
- import path ([b7dff0e](https://github.com/thi-ng/umbrella/commit/b7dff0e))
|
|
272
|
-
|
|
273
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@0.2.0) (2018-04-16)
|
|
274
|
-
|
|
275
|
-
#### 🚀 Features
|
|
276
|
-
|
|
277
|
-
- add addNode()/removeNode() ([5ddb19c](https://github.com/thi-ng/umbrella/commit/5ddb19c))
|
|
278
|
-
|
|
279
|
-
### [0.1.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@0.1.2) (2018-04-16)
|
|
280
|
-
|
|
281
|
-
#### 🩹 Bug fixes
|
|
282
|
-
|
|
283
|
-
- create null sub for ID renaming ([56d919c](https://github.com/thi-ng/umbrella/commit/56d919c))
|
|
284
|
-
- this ensures auto-teardown when unsubscribing nodes
|
|
285
|
-
|
|
286
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@0.1.0) (2018-04-15)
|
|
287
|
-
|
|
288
|
-
#### 🚀 Features
|
|
289
|
-
|
|
290
|
-
- initial import [@thi.ng/rstream-graph](https://github.com/thi-ng/umbrella/tree/main/packages/rstream-graph) ([619b4b3](https://github.com/thi-ng/umbrella/commit/619b4b3))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-graph",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.160",
|
|
4
4
|
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,20 +40,19 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/atom": "^5.3.
|
|
45
|
-
"@thi.ng/checks": "^3.6.
|
|
46
|
-
"@thi.ng/errors": "^2.5.
|
|
47
|
-
"@thi.ng/paths": "^5.1.
|
|
48
|
-
"@thi.ng/resolve-map": "^7.1.
|
|
49
|
-
"@thi.ng/rstream": "^9.2.
|
|
50
|
-
"@thi.ng/transducers": "^9.2.
|
|
43
|
+
"@thi.ng/api": "^8.11.18",
|
|
44
|
+
"@thi.ng/atom": "^5.3.19",
|
|
45
|
+
"@thi.ng/checks": "^3.6.21",
|
|
46
|
+
"@thi.ng/errors": "^2.5.24",
|
|
47
|
+
"@thi.ng/paths": "^5.1.99",
|
|
48
|
+
"@thi.ng/resolve-map": "^7.1.92",
|
|
49
|
+
"@thi.ng/rstream": "^9.2.7",
|
|
50
|
+
"@thi.ng/transducers": "^9.2.16"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
54
53
|
"esbuild": "^0.24.2",
|
|
55
54
|
"typedoc": "^0.27.6",
|
|
56
|
-
"typescript": "^5.7.
|
|
55
|
+
"typescript": "^5.7.3"
|
|
57
56
|
},
|
|
58
57
|
"keywords": [
|
|
59
58
|
"animation",
|
|
@@ -106,5 +105,5 @@
|
|
|
106
105
|
],
|
|
107
106
|
"year": 2018
|
|
108
107
|
},
|
|
109
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
110
109
|
}
|