Skip to content

Rivet Libraries v1.14.1

Choose a tag to compare

@abrenneke abrenneke released this 20 Jan 20:19
· 608 commits to main since this release

Bug Fixes & Improvements

  • Fix Destructure Node wrapping single-value results in arrays. If you do $.path and it only matches one thing, you will get "result" out instead of ["result"]
  • Validate HTTP Call Node URLs before calling them
  • Improve Object Node type inference - if the type being returned is an object, it will correctly return object[] instead of object to improve type coercion in later nodes.
  • Improve type coercion for type: 'object' values. This is now treated more or less the same as an any (the actual type is inferred by the value's type). This improves coercion to string for arrays.
  • Fix isSplitSequential being serialized to project file.