- CORS headers are not working properly on Chrome (#11) (Thanks to @viv3kk)
- Ability to use custom config file instead of
mock.config.js
(Thanks to @cantsdmr)
- CLI Api mocker is not working without proxy.
- 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.
- Body parser removed from cli-connect-mocker. Because from v 1.3.5, connect-api-mocker supports parsing json requests internally.
- Command line parameters added
- Requests with a JSON body doesn't proxying properly #fixed