Skip to content

Releases: snytkine/api-tester-cli

v0.4.1

14 Jun 23:22
cc84f05

Choose a tag to compare

0.4.1 (2026-06-14)

Bug Fixes

  • fixing GraalVM build issue on Windows. Fixes Issue #49 #49 (cb08fac)

v0.4.0

14 Jun 22:40
2cd14e9

Choose a tag to compare

0.4.0 (2026-06-14)

Features

  • added support for version command to display application version (5aa624e)
  • added support for version command to display application version (8008452)

v0.3.0

14 Jun 21:49
749033e

Choose a tag to compare

0.3.0 (2026-06-14)

Features

  • adding handler for --version command to show application version. Adding footer to generated reports that shows version of program. (def1fa3)

Bug Fixes

  • provide fallback BuildProperties bean when build-info.properties is absent (e7728d1)
  • resolve versionCommand bean collision that blocked application startup (e0395a0)

Documentation

  • document the version command in README and docs/ (d6669e7)

v0.2.0

14 Jun 16:09
d7a744c

Choose a tag to compare

0.2.0 (2026-06-14)

Features

  • added minification of generated report by removing unnecessary whitespaces and linebreaks with regex while preserving contents inside 'pre' tags (ef56e40)
  • added option to use non pretty-printed json in report and have tiny javascript in report to convert raw json into pretty-printed format. This allows to reduce size of html report by about 10K with one large response body and 2 json bodies in assertion (8137e15)
  • added shell command to export test-suite JSON schema to a file (b637fe9)
  • added support for negated tags on command line. (b200c2b)
  • passing --suite=/path/to/file is optional. If not passed will use file test-suite.yml from current directory. If file not found in current directory then displays error. (4bea280)
  • Show assertion error message in terminal UI failure table (deb6780)

Documentation

  • readme: add project overview and usage guide (035db0e)
  • readme: add usage and suite format guide (352ff33)