Releases: eijil/request-mock-lite
Releases · eijil/request-mock-lite
Release list
Request Mock Lite v0.1.13
Full Changelog: v0.1.12...v0.1.13
Request Mock Lite v0.1.12
What's new
- Add a Merge response mode: write only the fields you want to override and they are deep-merged into the real response (works for both fetch and XHR). Great for tweaking one nested field without rewriting the whole body.
- The response body is now a Static / Merge / Dynamic switch, and each type's content is saved separately so switching types no longer clears the others.
Request Mock Lite v0.1.11
- Add a toolbar entry that opens the rule manager in Chrome Side Panel with a full-page fallback.
- Keep DevTools request capture while allowing standalone rule editing, import, export, and cURL-based rule creation.
- Improve narrow layout support for the side-panel manager.
Request Mock Lite 0.1.10
What's new
- Add an animated border beam to the in-page MOCK ON indicator so active mocking is easier to spot.
- Make the indicator background semi-transparent for a lighter, less obtrusive look.
Request Mock Lite 0.1.9
What's new
- Add a larger response body editor powered by CodeMirror.
- Add Template Playground with live rendered preview and click-to-copy template variables.
- Add template helpers including randomFloat(min,max,decimals).
- Automatically render template variables in mock responses.
- Improve response delay controls and packaging.
Request Mock Lite 0.1.8
Changelog
0.1.8
- Add per-rule response delay controls.
- Add JSON format and validation actions for response headers and body.
0.1.7
- Add an in-page mock status badge.
- Run the request hook in the page main world at
document_start. - Add grouped mock rules with per-rule enable switches.
- Add captured request collection and rule creation.
- Add JSON import and export.
Request Mock Lite 0.1.7
Changelog
0.1.7
- Add an in-page mock status badge.
- Run the request hook in the page main world at
document_start. - Add grouped mock rules with per-rule enable switches.
- Add captured request collection and rule creation.
- Add JSON import and export.