You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limit Object Node body rendering length so that it doesn't expand infinitely
Fix errors when running Rivet in a browser
Fix constant memory usage increase on Windows
Fix high CPU usage when Rivet is idle
Fix console error when dragging wire around
Fix Destructure Node wrapping its outputs in an array, when there is only one match for the output.
Validate URLs for the HTTP Call Node
Object Node is now more intelligent about its output data type. You can use arrays in an Object Node and they will be interpreted correctly when coercing in subsequent nodes.
Fix coercion from object to string, when the object is really an array. Object and any function more or less the same now (by analyzing the contents to see what type it is)