Skip to content

Releases: mgerasimchuk/protty

v0.4.7 Fix module name

29 Nov 15:37
Compare
Choose a tag to compare
Fix go module name

v0.4.6 Add ascii logo for the help command

18 Nov 13:23
Compare
Choose a tag to compare
Add ascii logo for the help command

v0.4.5 Fix configuration params description

12 Nov 11:42
Compare
Choose a tag to compare
Fix configuration params description

v0.4.4 Fix jq simple fields brackets problem

31 Oct 15:34
Compare
Choose a tag to compare
Add raw behaviour for the jq expression for the simple fields(like st…

…ring, int, etc...)

v0.4.3 Natural Sort for Environment Variables

14 Oct 07:13
Compare
Choose a tag to compare

Now, numeric values in variables will be sorted naturally/intuitively, leading to a more user-friendly experience.

v0.4.2 Upgrade Go.Sed version

10 Jun 06:47
Compare
Choose a tag to compare

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

06 Jun 13:34
Compare
Choose a tag to compare
Prevent new line adding in SED. Upgrade go to 1.20. Add unit tests

v0.4.0 SED expression for request URL transformation

08 May 11:01
Compare
Choose a tag to compare

Now allows for transforming request URLs through the SED expression

v0.3.0 Additional headers for request and response

08 May 09:24
Compare
Choose a tag to compare

Now supports adding custom headers to requests and responses

v0.2.0 SED and JQ expressions for request transformation

07 Mar 21:17
Compare
Choose a tag to compare

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.