Skip to content

v2.0.2

Compare
Choose a tag to compare
@morsdyce morsdyce released this 20 Mar 20:56
· 67 commits to master since this release

Changes

  • Add Polyfill fetch for nativescript.
  • Fix (hotkeys): Change toggle hotkey to alt+shift+m to prevent issues with phonetic keyboards.
  • Fix (Mock Sidebar): Fix mock urls rendering with html entities instead of the raw string.
  • Fix (Global toggle): Fix Global mimic toggle not affecting worker agents.
  • FEAT (Master Toggle): Persist master toggle via local settings.
  • Fix (latest requests): Change latest request mock active check to isActive to cover group state as well.
  • Fix (XHR mocks): Return a mock like the original XHR implementation in case of json responses.
  • Fix (remote): send request body when working in remote mode.
  • Fix (script tag) Support loading mimic inside tag.

General

  • Add block with other usages and add remark about submitting PRs to the next branch.
  • Add react-native and nativescript guides.