Releases: muratcorlu/cli-api-mocker
Releases · muratcorlu/cli-api-mocker
1.1.1
1.0.7
Fixes:
- Reading
disableMocks
config if there is a proxy was wrong. Fixed
1.0.6
Fixes:
- Default config was not overridden if there is a mock.config.js(on) file.
1.0.5
Features:
- Disable Mocks: Now you can disable mocks to just use it as proxy via
--disable-mocks
cli parameter ordisableMocks
in config.
1.0.4
Features:
- Capture Mode: Now you can automatically generate mock files from your api responses.
- Verbose Mode:
--verbose
cli parameter added to use verbose mode of connect-api-mocker.
1.0.3
Features:
- Body parser removed from cli-connect-mocker. Because from v 1.3.5, connect-api-mocker supports parsing json requests internally.