Skip to content

1.0.1

Choose a tag to compare

@dompuiu dompuiu released this 14 Jan 04:05
· 24 commits to main since this release
  • Update the views to use the latest version of the react-spectrum library.
  • Fix an issue where a valid JSON pasted in the Body Raw Textarea was saved as a string instead of the JSON parsing result. This was making the data element token replacements not work as expected.
  • Do not allow Body to be set on GET or HEAD requests. The fetch method doesn't allow that.
  • Fix a bug where saving a response larger than 5kb would make the rule execution fail.