This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Releases: zeroturnaround/zt-hock
Releases · zeroturnaround/zt-hock
Upgrade dependencies
Merge pull request #13 from zeroturnaround/update-deps Update all dependencies
Fix vulnerability
- Merge dependabot's vulnerability fix #10
Unused assertions now accessible.
- Call
getUnusedAssertions()
to get a list of unused mocks.
More flexible body filters and disable logging.
- Body filters
filteringRequestBodyRegEx
andfilteringRequestBody
are now passed the whole request object and not just the body. - Added option
_logOnUnmatched
for disabling logging.
Change http status code
For request that is not found (from 500 to 404).
0.2.0
First release
Enjoy the first release of zt-hock!
Test NPM Deploy
0.0.2 Update readme, and add TravisCI badge
First release
Initial release of zt-hock