Releases: znsio/specmatic-node
Releases · znsio/specmatic-node
v0.78.0
Please refer to core release notes
v0.77.1
Please refer to core release notes
v0.76.1
- Resolving issue 718
- Minor bug fixes in core jar - refer to core release notes
v0.76.0
Updated specmatic core that brings in following changes -
- The API Coverage report now includes: covered, missed and 'not implemented' endpoints.
- Implemented the ability to exclude certain endpoints from the report
- Implemented the ability to define a success criteria for the report based on the overall api coverage and the total number of missed endpoints. Specmatic can fail the build if the success criteria is not met.
v0.73.4
- Updated specmatic core that fixes auth in systemgit fetch command and few other minor bug fixes and improvements
- Dependencies updated to latest versions
v0.73.3
- Fixed a bug where an earlier bug fix for jar path with spaces, broke windows support altogether
v0.73.2
- Reverted moving express-list-endpoints to dev dependency as that was wrong
v0.73.1
- Moved from node-fetch to axios as latest node-fetch needed the project to be converted to ESM which is not required at the moment
v0.73.0
Updated core jar which has following changes
- Added support for additionalProperties having the value false
- Fix for API coverage report not being accurate when test URL has multiple path parameters
- Filter the specifications in specmatic.json and load only the OpenAPI specifications
v0.72.12
- Remove double backslash characters in path while serving api endpoint for api coverage
- Fixed a bug where specmatic could not be run from directory with space in its name or path