Skip to content

1.1.0 stability and advanced variable interpolation

Compare
Choose a tag to compare
@retrodaredevil retrodaredevil released this 11 Apr 20:11
· 4 commits to main since this release
4bda7d0

New Features

  • Added "Advanced Variables JSON" to define a variables JSON object that has interpolation performed on the JSON string itself, rather than strings within the JSON
    • This is added functionality and is not meant to replace or change the existing functionality. Using the variables configuration from the GraphiQL editor and advanced variables JSON at the same time is supported.

Stability

  • Resources are properly closed
  • Panics are no longer used and better logging is done in the backend
  • Unnecessary console.log() calls moved to existing console.error() calls