Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Releases: vega/vega-dataflow

v4.1.0

04 Dec 19:25
Compare
Choose a tag to compare

Changes:

  • Add operator initonly parameterization.

v4.0.4

13 Jul 23:04
Compare
Choose a tag to compare

Changes:

  • Fix operator pulse assignment bug.
  • Fix run to return the dataflow instance.
  • Fix runAsync and request to handle chained load requests.
  • Update request changeset to remove existing data.
  • Update request to return a Promise that resolves to a status code: 0 for success, -1 for load fail, -2 for parse fail.

v4.0.3

13 Jun 22:16
Compare
Choose a tag to compare

Changes:

  • Update vega-loader dependency.

v4.0.2

13 Jun 20:52
Compare
Choose a tag to compare

Changes:

  • Add safeguards to changeset, ensuring existing tuples are not inserted multiple times and ignoring tuples that are both added and removed in the same set. (vega/vega#1318)

v4.0.1

23 May 20:16
Compare
Choose a tag to compare

Changes:

  • Fix operator evaluation skip bug upon signal update.

v4.0.0

04 May 22:32
Compare
Choose a tag to compare

Changes:

v3.1.0

18 Apr 23:10
Compare
Choose a tag to compare

Changes:

  • Add Pulse.clone method.

v3.0.5

10 Feb 19:38
Compare
Choose a tag to compare

Changes:

  • Add priority sorting for Dataflow runAfter to resolve execution order issues.

v3.0.4

29 Dec 04:54
Compare
Choose a tag to compare

Changes:

v3.0.3

05 Oct 22:26
Compare
Choose a tag to compare

Changes:

  • Enable selective import of vega-loader via try/catch.