Skip to content

Latest commit

 

History

History
161 lines (91 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

161 lines (91 loc) · 6.26 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.2.48 (2021-01-02)

Note: Version bump only for package @thi.ng/rstream-graph

3.2.47 (2020-12-22)

Note: Version bump only for package @thi.ng/rstream-graph

3.2.0 (2019-11-30)

Bug Fixes

  • rstream-graph: update prepareNodeInputs() to reflect rstream changes (dbe344a)
  • rstream-graph: update prepareNodeOutputs to reflect rstream changes (680848d)

Features

  • rstream-graph: add node2(), update sub/div (5214f9a)

3.1.7 (2019-09-21)

Bug Fixes

  • rstream-graph: const zero input spec handling (27e9d30)

3.1.0 (2019-07-07)

Features

  • rstream-graph: add opt reset arg to node() (310f4d3)
  • rstream-graph: enable TS strict compiler flags (refactor) (ace51f8)

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)

0.1.0 (2018-04-15)

Features

  • rstream-graph: initial import @thi.ng/rstream-graph (619b4b3)