Releases: snytkine/api-tester-cli
Releases · snytkine/api-tester-cli
v0.4.1
v0.4.0
v0.3.0
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
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)