Skip to content

0.2.6 ✔️

Summary

This release includes a new node to Flatten JSON data, an improved flow import experience, and minor UX enhancements in the flow editor.

Breaking changes

None.

Fixes

  • 🐞 fix typo in error message within HTTP client node
  • 🐞 fix typo in error message within JS code node

Features

New nodes

  • ⚡💠 JSON Flatten: easily transform nested JSON objects into flat objects.
    • Supports recursive flattening with arbitrary depth
    • Supports a custom path separator
    • Supports an optional prefix for property names
    • When input data is not a JSON object, it behaves like a pass-through node

Flow import UI

  • ⚡ui: importing a flow has an option to preserve the original flow ID
  • ⚡ui: importing a flow performs early name conflict checks
  • ⚡ui: importing a flow performs early ID conflict checks
  • ⚡ui: importing a flow automatically tags it with imported

Enhancements

  • 🔼😀 ui: the flow import process has been revamped, with a much better user experience
  • 🔼😀 ui: when testing flows via the flow editor, output data now has a fixed height
  • 🔼😀 ui: when testing flows via the flow editor, execution statistics is now available under a new tab, instead of below the output data