Releases: GillesZunino/insomnia-plugin-prettyprint-request-response
Releases · GillesZunino/insomnia-plugin-prettyprint-request-response
Update action icons
v0.0.11 0.0.11
Bring back HTML formatting !
- 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
- 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
More installation fixes
- Add asar, sanitize-filename, run-series, get-package-infor since they seem needed for yauzl
Upgrade relevant packages
- Strongly typed error handling
- Upgrade packages
Fix Insomnia installer
- Target ES2019 - Prefer CommonJS modules
Add 'yauzl' to fix Insomnia installer
- Add missing 'yauzl' package
Add extract-zip to fix installer
- Add 'extract-zip' to finx Insomnia installer
Fix installation in Insomnia
- Move 'electron' (for clipboard operation) to 'peerDependencies'
First implementation
- 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