Changelog
1.0.0
Stop support for old node versions < 4. Update dependency versions. Thanks @kopach ! Add Parse server support. Thanks @ipuiu ! Add jsonPathSwitchResponse to support return lists of objects from a single mock file. Thanks @ketonal !
Changelog
0.5.1
Add option for CORS credentials. Thanks @zeflq ! Allow HTTP status to be updated from /admin/setMock. Thanks @jordanhamill !
Changelog
0.5.0
Fixed an issue causing httpStatus to be ignored. Thanks @aleofreddi ! Add support for proxy intercept function. Thanks @pgraham ! Switch to work on Node > 4.0.0.
Changelog
0.4.16
Fix to return 404 instead of 500, when no mockFile is found. Thanks @aburmeis ! When switch is used, a standard http status can be returned when there's no match, even without a base mockFile. Add support for basepath.
Changelog
0.4.12
Allow PATCH method in CORS middleware. (Fix for issue #54.) Also fixed some flaky tests.