Releases: mgerasimchuk/protty
v0.4.7 Fix module name
Fix go module name
v0.4.6 Add ascii logo for the help command
Add ascii logo for the help command
v0.4.5 Fix configuration params description
Fix configuration params description
v0.4.4 Fix jq simple fields brackets problem
Add raw behaviour for the jq expression for the simple fields(like st…
v0.4.3 Natural Sort for Environment Variables
Now, numeric values in variables will be sorted naturally/intuitively, leading to a more user-friendly experience.
v0.4.2 Upgrade Go.Sed version
Upgrade Go.Sed version to fix line break replacement problem in the case when we have only one line
v0.4.1 Fix SED newline adding problem
Prevent new line adding in SED. Upgrade go to 1.20. Add unit tests
v0.4.0 SED expression for request URL transformation
Now allows for transforming request URLs through the SED expression
v0.3.0 Additional headers for request and response
Now supports adding custom headers to requests and responses
v0.2.0 SED and JQ expressions for request transformation
This release includes several new features regarding request body transformation.
SED Expression for Request Transformation
Users can now use SED expressions for request transformation. This new feature allows users to modify the request payload before it is sent to the target server, and enables them to customize their workflow and adapt to different use cases.
JQ Expression for Request Transformation
In addition to SED expressions, users can also use JQ expressions for request transformation. This feature allows users to further customize the request transformation process and tailor it to their specific needs.