Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.5 (2019-02-15)
Note: Version bump only for package @thi.ng/rstream-graph
3.0.4 (2019-02-10)
Note: Version bump only for package @thi.ng/rstream-graph
3.0.3 (2019-02-05)
Note: Version bump only for package @thi.ng/rstream-graph
3.0.2 (2019-01-31)
Note: Version bump only for package @thi.ng/rstream-graph
3.0.1 (2019-01-21)
Note: Version bump only for package @thi.ng/rstream-graph
3.0.0 (2019-01-21)
Build System
- update package scripts, outputs, imports in remaining packages (f912a84)
BREAKING CHANGES
- 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)
Bug Fixes
- rstream-graph: individual node outputs (c4fad70)
2.1.0 (2018-06-21)
Features
- rstream-graph: add stop(), fix
const
inputs, update docs/readme (d0b1e5c)
2.0.3 (2018-06-19)
2.0.1 (2018-06-07)
Bug Fixes
- rstream-graph: rename
resolveMap
=>resolve
due to upstream changes (0fc2305)
2.0.0 (2018-06-06)
Features
- rstream-graph: add full/optional support for multiple node outputs (f2e0df2)
- rstream-graph: update NodeOutput, support multiple handlers (be21c4c)
BREAKING CHANGES
- 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)
Features
- rstream-graph: update types, initGraph(), node1(), add tests (0818498)
1.0.0 (2018-04-24)
Code Refactoring
- rstream-graph: update node input specs & node factories (d564e10)
Features
- rstream-graph: add IDs for all generated nodes, rename factory type (0153903)
BREAKING CHANGES
- 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)
Bug Fixes
- rstream-graph: import path (b7dff0e)
0.2.0 (2018-04-16)
Features
- rstream-graph: add addNode()/removeNode() (5ddb19c)
0.1.2 (2018-04-16)
Bug Fixes
- rstream-graph: create null sub for ID renaming (56d919c)