Skip to content

Releases: mswjs/interceptors

v0.17.7

22 Jan 17:40
Compare
Choose a tag to compare

v0.17.7 (2023-01-22)

Bug Fixes

  • NodeClientRequest: handle nullable agent when terminating requests (7e87e84)

v0.19.4

21 Jan 23:20
Compare
Choose a tag to compare

v0.19.4 (2023-01-21)

Bug Fixes

v0.19.3

11 Jan 23:19
Compare
Choose a tag to compare

v0.19.3 (2023-01-11)

Bug Fixes

v0.19.2

09 Dec 20:02
Compare
Choose a tag to compare

v0.19.2 (2022-12-09)

Bug Fixes

  • xhr: do not pass response Content-Encoding to TextDecoder (#318) (2a71953)

v0.19.1

09 Dec 19:52
Compare
Choose a tag to compare

v0.19.1 (2022-12-09)

Bug Fixes

  • fetch: remove internal console.log calls (#312) (3a7625a)

v0.19.0

14 Nov 23:22
Compare
Choose a tag to compare

v0.19.0 (2022-11-14)

Features

  • change "IDLE" ready state to "INACTIVE" (#303) (c33f61f)

v0.18.3

08 Nov 23:26
Compare
Choose a tag to compare

v0.18.3 (2022-11-08)

Bug Fixes

  • xhr: removes @xmldom/xmldom, uses native DOMParser (#300) (7d3fe0e)

v0.18.2

08 Nov 00:35
Compare
Choose a tag to compare

v0.18.2 (2022-11-08)

Bug Fixes

  • make "credentials" non-enumerable (6fd7667)

v0.18.1

08 Nov 00:28
Compare
Choose a tag to compare

v0.18.1 (2022-11-08)

Bug Fixes

  • rewrite "RequestWithCredentials" to a constructor (#299) (0579e2f)

v0.18.0

07 Nov 18:32
Compare
Choose a tag to compare

v0.18.0 (2022-11-07)

Features

  • adopt Fetch API Request and Response (#292) (cc888f1)