Releases: znsio/specmatic-node
Releases · znsio/specmatic-node
v0.72.11
- Fixed a bug where api coverage report did not count an express endpoint with path parameters as covered even though it was
v0.72.10
- Now start kafka mock from npm binary/command line
v0.72.9
- Api endpoints coverage now does not need adding an end point in client express app to list the routes
v0.72.8
- Set log level in environment variable that overrides log level set in specmatic.json for use in CI where we might want a more detailed messages
v0.72.7
- Renamed all HTTP Stub methods to have
http
in it - Renamed all Kafka Mock methods to have
mock
in it instead ofstub
- Always show api coverage report irrespective of the log level
v0.72.6
- Display api coverage summary in info log level
v0.72.5
- Support for older es2015 targets
v0.72.3
- Generate typescript definitions for better type checking and intellisense
v0.72.2
- Show http stub setting expectation failure details at
error
log level - Every promise reject now has a reason so that any unhandled client code prints a proper message
v0.72.1
- New
enableApiCoverage
method to enable api coverage metrics after contract test is run