Skip to content

Latest commit

 

History

History
515 lines (201 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

515 lines (201 loc) · 13.6 KB

Change Log

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

2.1.20 (2018-08-08)

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

2.1.19 (2018-08-06)

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

2.1.18 (2018-08-03)

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

2.1.17 (2018-08-02)

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

2.1.16 (2018-08-01)

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

2.1.15 (2018-08-01)

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

2.1.14 (2018-07-25)

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

2.1.13 (2018-07-20)

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

2.1.12 (2018-07-19)

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

2.1.11 (2018-07-16)

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

2.1.10 (2018-07-15)

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

2.1.9 (2018-07-13)

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

2.1.8 (2018-07-11)

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

2.1.7 (2018-07-09)

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

2.1.6 (2018-07-09)

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

2.1.5 (2018-07-04)

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

2.1.4 (2018-07-04)

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

2.1.3 (2018-07-03)

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

2.1.2 (2018-07-03)

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

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)

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

2.0.2 (2018-06-18)

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

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)

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

1.1.1 (2018-05-21)

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

1.1.0 (2018-05-21)

Features

  • rstream-graph: update types, initGraph(), node1(), add tests (0818498)

1.0.17 (2018-05-20)

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

1.0.16 (2018-05-14)

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

1.0.15 (2018-05-14)

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

1.0.14 (2018-05-14)

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

1.0.13 (2018-05-13)

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

1.0.12 (2018-05-12)

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

1.0.11 (2018-05-10)

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

1.0.10 (2018-05-10)

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

1.0.9 (2018-05-10)

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

1.0.8 (2018-05-10)

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

1.0.7 (2018-05-09)

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

1.0.6 (2018-05-09)

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

1.0.5 (2018-04-29)

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

1.0.4 (2018-04-26)

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

1.0.3 (2018-04-26)

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

1.0.2 (2018-04-25)

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

1.0.1 (2018-04-25)

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

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.6 (2018-04-22)

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

0.2.5 (2018-04-20)

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

0.2.4 (2018-04-19)

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

0.2.3 (2018-04-18)

Bug Fixes

  • rstream-graph: import path (b7dff0e)

0.2.2 (2018-04-18)

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

0.2.1 (2018-04-17)

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

0.2.0 (2018-04-16)

Features

  • rstream-graph: add addNode()/removeNode() (5ddb19c)

0.1.3 (2018-04-16)

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

0.1.2 (2018-04-16)

Bug Fixes

  • rstream-graph: create null sub for ID renaming (56d919c)

0.1.1 (2018-04-15)

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

0.1.0 (2018-04-15)

Features

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