Releases: morsdyce/mimic
Releases · morsdyce/mimic
v1.2.0
Auto record mode
Now you can automatically record and mock every request that goes out in your browser.
Improved console output
You can see a quicker, more compact view of your mocked requests from Mimic
Changes
- Feature (scenarios): Add confirmation modal when removing a scenario
- Feature (Interceptor): Add auto recording of requests
- Feature (request history): reverse requests list so the latest requests are shown on top
- Feature (console): improve console output to better show the currently mocked request
- Feature (Request History): Show requests by type (all, error, mocked, unmocked)
- Feature (mock status codes): Add ability to add custom http status codes
- Fix (interceptor): delay requests until data from local storage is fully loaded
- Fix (web worker): Fix web worker not correctly mocking requests
Thanks to all the people who made this release happen.
@ilyagelman @iddan @liorpr
v1.1.2
React Native support
We published support for react native. you can read more about setting it up here
Changes
- fix (react-native): Fix default options for remote connections
- feat(add scenario): Add ability to create a new scenario by pressing enter in new scenario dialog
- fix(Import): Fix mocked request overriding when importing a scenario with new mocks
- feat(Mock Editing): Add ability to give a name to a mock
- feat(Mock editing): Allow to duplicate a mocked request
V1.1.0
V1.0.3
New Features
- Add support for web workers (#142)
- Add ability to prettify exports in the API (#143)
- Add new export dialog with ability to prettify exports and select specific mocks or scenarios (#143)
Bug fixes
- fix(export): Remove an incorrect check of the content type to attempt parsing request parameters (#146)
- Streamline the npm run test:integration command (#147)
General
- Tests: Add Interceptor E2E tests (#147)
- Added API Documentation to the website
v0.3.4
Bugfix: exporting a mock with request params in json format caused import to fail on a json parsing error.
Bugfix: json beautify failing when recieving an empty string
Bugfix: Fix interceptor failing on fetch POST requests with request body
Bugfix: Fix the correct scenario not being selected when editing a mocked request from request list