Skip to content

Releases: muratcorlu/cli-api-mocker

1.1.1

19 Dec 21:40
Compare
Choose a tag to compare

Fix:

  • CORS headers are not working properly on Chrome (#11) (Thanks to @viv3kk)

1.0.7

04 Dec 12:19
Compare
Choose a tag to compare

Fixes:

  • Reading disableMocks config if there is a proxy was wrong. Fixed

1.0.6

04 Dec 11:58
Compare
Choose a tag to compare

Fixes:

  • Default config was not overridden if there is a mock.config.js(on) file.

1.0.5

04 Dec 08:55
Compare
Choose a tag to compare

Features:

  • Disable Mocks: Now you can disable mocks to just use it as proxy via --disable-mocks cli parameter or disableMocks in config.

1.0.4

06 Feb 16:50
Compare
Choose a tag to compare

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

12 Jan 15:05
Compare
Choose a tag to compare

Features:

  • Body parser removed from cli-connect-mocker. Because from v 1.3.5, connect-api-mocker supports parsing json requests internally.