Skip to content

Releases: shefing/APIReplay

v0.1.20 - Restore loadingFinished body-fetch flow

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:29
chore: renumber all versions from 1.0.X to 0.1.X

Co-authored-by: Junie <junie@jetbrains.com>

v0.1.19 - Unique timestamp-based keys for duplicate endpoints

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:29
chore: renumber all versions from 1.0.X to 0.1.X

Co-authored-by: Junie <junie@jetbrains.com>

v0.1.18 - Swallow debugger detach errors during replay

Choose a tag to compare

@tsemachh tsemachh released this 03 May 14:55

Fix: Replay no longer logs Uncaught (in promise) Error: Detached while handling command when the debugger detaches mid-flight (tab navigated/closed, replay stopped, or MV3 service worker recycled).

  • All chrome.debugger.sendCommand calls in src/background/replayer.ts are routed through a safeSendCommand helper that swallows detach-related errors.
  • Replay state is re-checked after the latency wait before sending the response so we don't try to fulfill on a detached debugger.

v0.1.17 - Auto-fit table + remove unreliable match indicator

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:28
feat(popup): auto-fit table columns; remove unreliable per-row match …

v0.1.16 - Reordered table + live replay hit indicator

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:28
feat(popup): reorder table (Status 2nd, Path flex), merge hits into s…

v0.1.15 - Compact UI

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:28
feat(popup): collapsible advanced replay settings, compact fit-to-dis…

v0.1.14 - Per-row match indicator + status above tabs

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:28
feat(replay): per-row match indicator + move status above tabs

Co-authored-by: Junie <junie@jetbrains.com>

v0.1.13 - Replay UX improvements

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:28
feat(popup,replayer): focus Replay tab on open during replay; scope r…

v0.1.12 - Record tab shows full list after stop

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:28
fix(popup,recorder): declare currentRecordingApis + drain recorder qu…

v0.1.11 - Stop dropping GETs without loadingFinished

Choose a tag to compare

@tsemachh tsemachh released this 03 May 15:28
fix(recorder): persist in responseReceived, not loadingFinished

Co-authored-by: Junie <junie@jetbrains.com>