chore(deps): update dependency flawiddsouza/restfox to v0.37.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
flawiddsouza/Restfox | minor |
0.35.0 -> 0.37.0
|
Release Notes
flawiddsouza/Restfox (flawiddsouza/Restfox)
v0.37.0
What's New
- Add option to hide password fields (resolves #322)
- Response Panel > Preview > add preview mode toggle to see raw text of the response instead of the rendered view (like for example html) (resolves #324)
Fixes
- Duplicated request's modifications get discarded when the request is reordered in the sidebar immediately after (fixes #320)
- Socket Panel > TypeError: Cannot read properties of undefined (reading 'push') at addClientMessage at connect (occurs randomly, so we add this to counter it)
- Plugin > rf.request.setPathParams and rf.request.getPathParams missing from autocompletions
Packages
For Ubuntu, snap can be installed using:
sudo snap install restfox
For macOS, the app can be installed using homebrew:
brew install restfox
For Windows, the app can be installed using:
scoop bucket add extras
scoop install restfox
NOTE: Not all the builds have been tested properly, so please create an issue if you encounter any problems.
Full Changelog: https://github.com/flawiddsouza/Restfox/compare/v0.36.0...v0.37.0
v0.36.0
What's New
- Environment modal > prevent closing editor if invalid json (resolves #305)
- Response Panel > PDF Preview (closes #315)
- Plugins > adds rf.request.setPathParams and rf.request.getPathParams (closes #319)
Fixes
- fix(ui) Socket Panel > resized resizable payload input resets height every time you type in it or when a message comes in
- curl import (resolves #306)
- Import cURL removes trailing slash from URL (resolves #307)
- Sidebar > Right click > curl import > body not imported
- curl import > body not imported #307
- tag replacement bug (resolves #311)
- Import > Postman > sophos api collection fails to import due to auth being null and a request also being null (resolves #309)
- Import > Postman v2 > url import issue when raw property is missing + broken description import when description is an object instead of a string (resolves #308)
- Request Panel > Query > URL Preview not refreshing after changing Environment in folder (resolves #310)
Packages
For Ubuntu, snap can be installed using:
sudo snap install restfox
For macOS, the app can be installed using homebrew:
brew install restfox
For Windows, the app can be installed using:
scoop bucket add extras
scoop install restfox
NOTE: Not all the builds have been tested properly, so please create an issue if you encounter any problems.
Full Changelog: https://github.com/flawiddsouza/Restfox/compare/v0.35.0...v0.36.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.