This repository was archived by the owner on Dec 21, 2018. It is now read-only.
Releases: vega/vega-dataflow
Releases · vega/vega-dataflow
v4.1.0
v4.0.4
Changes:
- Fix operator pulse assignment bug.
- Fix
run
to return the dataflow instance. - Fix
runAsync
andrequest
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
v4.0.2
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
v4.0.0
Changes:
- Update dependencies, use vega-loader 3.0.0.
v3.1.0
v3.0.5
v3.0.4
Changes:
- Fix pulse source assignment bug. (vega/vega#1099)