Skip to content

v1.4.3

Choose a tag to compare

@heilgar heilgar released this 26 Apr 20:45
· 1 commit to main since this release
  • Automatic file extension detection when saving responses (.json, .csv, .xml, .html, .txt)
  • Prettified buffer display for JSON, XML, and CSV responses
  • CSV responses now formatted as aligned tables in the buffer
  • Added :HttpResponseTab command to open the latest response buffer in a new tab
  • Improved Content-Type detection for CSV (text/csv, application/csv)
  • Always sanitize and re-encode JSON for valid output (jq/jmespath compatibility)
  • Fixed Neovim fast event context errors with pure Lua list detection
  • Save dialog now suggests correct file extension based on response type
  • Improved robustness for malformed or double-encoded JSON from APIs