Skip to content

Releases: eijil/request-mock-lite

Request Mock Lite v0.1.13

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:26

Full Changelog: v0.1.12...v0.1.13

Request Mock Lite v0.1.12

Choose a tag to compare

@eijil eijil released this 18 Jun 07:31

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

Choose a tag to compare

@eijil eijil released this 02 Jun 11:45
  • 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

Choose a tag to compare

@eijil eijil released this 01 Jun 10:17

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

Choose a tag to compare

@eijil eijil released this 30 May 19:07

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

Choose a tag to compare

@eijil eijil released this 30 May 17:05

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

Choose a tag to compare

@eijil eijil released this 30 May 15:39

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.