This repository was archived by the owner on Dec 21, 2018. It is now read-only.
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.