Skip to content

v2.2.0

Compare
Choose a tag to compare
@pawelWritesCode pawelWritesCode released this 06 Sep 07:58
· 24 commits to main since this release
  1. Added new step which allows to save arbitrary multi line characters (passed in doc string):
  • I save as "([^"]*)":
  1. Added new project usage examples, which can be found in features/
  2. Added support for HTML and plain text for few methods
  3. Upgraded default debugger
  • it can print up to fixed number of bytes now, which fixes problem when API returns tons of bytes and floods terminal,
  • it detects JSON format bytes, indent them and color for better readability
  1. JSON nodes may be found using 3 different syntax (new is: antchfx/jsonquery)
  2. Minimal go version is now 1.19
  3. Updated README.MD