Releases: mswjs/interceptors
Releases · mswjs/interceptors
v0.24.1
v0.24.1 (2023-09-02)
Bug Fixes
- fetch: respect "abort" event on the request signal (#394) (33dcbe0) @JesusTheHun @acheong08 @kettanaito @avivasyuta
- xhr: handle responses without body correctly (#411) (d4257a5) @avivasyuta @kettanaito
- package exports for "RemoteHttpInterceptor" (#410) (bfac018) @Benehiko
v0.24.0
v0.24.0 (2023-08-30)
Features
- remove "headers-polyfill" dependency (#408) (93f3e83) @kettanaito
Bug Fixes
- set "X-Request-Id" header in XMLHttpRequest only in Node.js (#397) (0adedc5) @avivasyuta @kettanaito
v0.23.0
v0.22.16
v0.22.16 (2023-06-29)
Bug Fixes
- xhr: invoke "onloadend" even if response was not returned from the interceptor (#387) (63efa9a) @hpohlmeyer @kettanaito
- fetch: do not print console error on request failures (#383) (52bbac0) @azangru @kettanaito
v0.22.15
v0.22.14
v0.22.14 (2023-05-08)
Bug Fixes
- Interceptor: set interceptor state on the current event loop cycle (#376) (489c86b) @kettanaito
v0.22.13
v0.22.13 (2023-05-03)
Bug Fixes
- ClientRequest: stream response chunks as they come in (#373) (e192e39) @kettanaito
v0.22.12
v0.22.12 (2023-04-14)
Bug Fixes
- update to "@open-draft/[email protected]" (#371) (10a0cab) @kettanaito
v0.22.11
v0.22.11 (2023-04-13)
Bug Fixes
- fetch: respect AbortSignal during response patching (#369) (c7492cf) @hpohlmeyer @kettanaito
- migrate from "debug" to "@open-draft/logger" (#370) (2cf3b96) @kettanaito
v0.22.10
v0.22.10 (2023-03-30)
Bug Fixes
- migrate to ESM-friendly "@open-draft/until@2" (#367) (261d97f) @kettanaito