Skip to content

Releases: znsio/specmatic-node

v0.78.0

21 Sep 10:52
Compare
Choose a tag to compare

Please refer to core release notes

v0.77.1

15 Sep 05:59
Compare
Choose a tag to compare

Please refer to core release notes

v0.76.1

07 Sep 18:09
Compare
Choose a tag to compare

v0.76.0

29 Aug 05:19
Compare
Choose a tag to compare

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

28 Aug 21:24
Compare
Choose a tag to compare
  • 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

31 Jul 10:56
Compare
Choose a tag to compare
  • Fixed a bug where an earlier bug fix for jar path with spaces, broke windows support altogether

v0.73.2

29 Jul 23:33
Compare
Choose a tag to compare
  • Reverted moving express-list-endpoints to dev dependency as that was wrong

v0.73.1

29 Jul 23:07
Compare
Choose a tag to compare
  • 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

28 Jul 12:38
Compare
Choose a tag to compare

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

21 Jul 12:40
Compare
Choose a tag to compare
  • 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