Changelog
1.1.2
Ability to specify mockBody instead of mockFile and provide it's content as response body. See PR #95. Thanks @thejonan ! Added body filtering based on raw body or provided hash. See PR #102. Thanks @thejonan ! Upgrade dependencuy versions to remove vulnerabilities. Thanks @kopach !
Changelog
1.1.0
Support javascript config files. Thanks @twalker ! Drop support for Node 5. Add support for Node 9, 10. Update to use more ES6 constructs. Thanks @twalker !
Changelog
1.0.4
Switch to jsonpath from JSONPath. (Fix for issue #97.) Thanks @twalker ! Support file upload via multer. Thanks @thejonan !
Changelog
1.0.3
Correctly read params from request path. (Fix for issue #91.) Thanks again @twalker !