All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.2.76 (2021-08-08)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.75 (2021-08-08)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.74 (2021-08-08)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.73 (2021-08-04)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.72 (2021-08-04)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.71 (2021-07-27)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.70 (2021-07-01)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.69 (2021-06-08)
Note: Version bump only for package @thi.ng/rstream-graph
3.2.0 (2019-11-30)
- rstream-graph: update prepareNodeInputs() to reflect rstream changes (dbe344a)
- rstream-graph: update prepareNodeOutputs to reflect rstream changes (680848d)
- rstream-graph: add node2(), update sub/div (5214f9a)
3.1.7 (2019-09-21)
- rstream-graph: const zero input spec handling (27e9d30)
3.1.0 (2019-07-07)
- rstream-graph: add opt reset arg to
node()
(310f4d3) - rstream-graph: enable TS strict compiler flags (refactor) (ace51f8)
3.0.0 (2019-01-21)
- update package scripts, outputs, imports in remaining packages (f912a84)
- enable multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols
2.1.1 (2018-06-25)
- rstream-graph: individual node outputs (c4fad70)
2.1.0 (2018-06-21)
- rstream-graph: add stop(), fix
const
inputs, update docs/readme (d0b1e5c)
2.0.3 (2018-06-19)
2.0.1 (2018-06-07)
- rstream-graph: rename
resolveMap
=>resolve
due to upstream changes (0fc2305)
2.0.0 (2018-06-06)
- rstream-graph: add full/optional support for multiple node outputs (f2e0df2)
- rstream-graph: update NodeOutput, support multiple handlers (be21c4c)
- rstream-graph: update NodeSpec format & graph initialization
- add new types/interfaces
- non-destructive initGraph() behavior
- update & refactor nodeFromSpec()
- update addNode/removeNode()
- update tests & docs
1.1.2 (2018-05-30)
1.1.0 (2018-05-21)
- rstream-graph: update types, initGraph(), node1(), add tests (0818498)
1.0.0 (2018-04-24)
- rstream-graph: update node input specs & node factories (d564e10)
- rstream-graph: add IDs for all generated nodes, rename factory type (0153903)
- rstream-graph: node inputs now specified as object, node factory function signature change
- input spec keys now used as input IDs
- NodeFactory now accepts object of input stream (not array)
- update node() & node1(), add support for required input IDs
- update all existing node impls
0.2.3 (2018-04-18)
- rstream-graph: import path (b7dff0e)
0.2.0 (2018-04-16)
- rstream-graph: add addNode()/removeNode() (5ddb19c)
0.1.2 (2018-04-16)
- rstream-graph: create null sub for ID renaming (56d919c)