Skip to content

Releases: GillesZunino/insomnia-plugin-prettyprint-request-response

Update action icons

06 Sep 19:43
Compare
Choose a tag to compare

Bring back HTML formatting !

11 Aug 02:36
Compare
Choose a tag to compare
  • Separate text and html output - Bring back HTML formatting - Use navigator.clipboard instead of Insomnia clipboard API

Use Insomnia clipboard APIs - Fix in User Interface installation

03 Nov 17:42
Compare
Choose a tag to compare
  • Use Insomnia 'clipboard' api when available to contribute text to the clipboard
  • Upgrade packages and fix in User Interface installation
  • Protect against requests not found in the workbook d181323

v0.0.8...v0.0.9

More installation fixes

29 Aug 02:07
Compare
Choose a tag to compare
  • Add asar, sanitize-filename, run-series, get-package-infor since they seem needed for yauzl

Upgrade relevant packages

29 Aug 01:48
Compare
Choose a tag to compare
  • Strongly typed error handling
  • Upgrade packages

Fix Insomnia installer

01 Jun 06:31
Compare
Choose a tag to compare
  • Target ES2019 - Prefer CommonJS modules

Add 'yauzl' to fix Insomnia installer

01 Jun 05:25
Compare
Choose a tag to compare
  • Add missing 'yauzl' package

Add extract-zip to fix installer

01 Jun 05:22
Compare
Choose a tag to compare
  • Add 'extract-zip' to finx Insomnia installer

Fix installation in Insomnia

01 Jun 05:13
Compare
Choose a tag to compare
  • Move 'electron' (for clipboard operation) to 'peerDependencies'

First implementation

01 Jun 05:01
Compare
Choose a tag to compare
  • Add README.md and a few screenshots to describe usage - Add Insomnia icon and cover images
  • Precompile all Nunjucks rendering templates and include them in the distribution package
  • Catch failures to export requests as HAR and display a friendly error message
  • Format request / response differently when the request has not yet been sent
  • Implement copy last request / response to clipboard as HTML and Plain Text
  • First plugin implementation - Format as HTML and plain text using Nunjucks templating engine