Skip to content

Commit

Permalink
v2.0.0: new major release with many improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vasan-agrostar committed Jul 7, 2024
1 parent a7830e2 commit c9e759a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Change Log

## [todo]
- Introduced automated tests
## 2.0.0
- New major version (module's interface is not compatible with 1.x)
- Automated tests
- Ability to use environment variables as variable values
- `$multi` option to test multiple JSONPath matches
- `$size` check failure prints the actual size instead of the actual value
- Bug fix: Escape single quotes in cURL output

## 1.5.1
- Fixed regression (status check failures were not detected)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zzapi",
"version": "1.5.1",
"version": "2.0.0",
"description": "zzAPI is a REST API testing and documentation tool set. It is an open-source Postman alternative. ",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit c9e759a

Please sign in to comment.