Mswjs Interceptors Versions Save

Low-level network interception library.

v0.28.4

2 weeks ago

v0.28.4 (2024-04-21)

Bug Fixes

  • support throwing Response.error() (#563) (9dda7255775984ecbb7133d7e0f309948252857e) @kettanaito

v0.28.3

3 weeks ago

v0.28.3 (2024-04-17)

Bug Fixes

  • unify server error response across interceptors (#555) (bd0a7ddd5b4926382bb2fd8524b18dcd6fa0158d) @kettanaito

v0.28.2

3 weeks ago

v0.28.2 (2024-04-17)

Bug Fixes

  • treat thrown responses as mocked responses (#553) (58a089ad1dbcf7e0c71d87bd3a13db246d812a6b) @kettanaito

v0.28.1

3 weeks ago

v0.28.1 (2024-04-17)

Bug Fixes

  • give node export condition higher priority (#552) (866f5bcd197bd59032f7d13b854aedb55a4d7c47) @phryneas

v0.28.0

3 weeks ago

v0.28.0 (2024-04-16)

Features

  • treat unhandled interceptor exceptions as 500 responses (#532) (61f945950a07e0c778cb5e406dedf0b05fa3dda9) @kettanaito

v0.27.2

4 weeks ago

v0.27.2 (2024-04-12)

Bug Fixes

  • WebSocket: reference bound listener when calling .removeEventListener() (#547) (8cc29479d2c4fda7a55296c2d2493f6ce2d2e8dd) @kettanaito

v0.27.1

1 month ago

v0.27.1 (2024-04-09)

Bug Fixes

  • CancelableMessageEvent: add setters for "cancelable" and "defaultPrevented" (#546) (875a6aa55076355390e15400ba5b40015b356d0c) @kettanaito

v0.27.0

1 month ago

v0.27.0 (2024-04-06)

Features

  • WebSocket: forward client messages to the server by default (#545) (7d4d490c8982429e4be310e2cdf6adc83f31e6c7) @kettanaito

v0.26.15

1 month ago

v0.26.15 (2024-03-29)

Bug Fixes

  • WebSocket: emit "close" event on "server.close()" (#538) (812d590351241c8703545354edeb060496fd65de) @kettanaito
  • WebSocket: emit "open" event for server connections (#537) (ccb3ca7d2cef855c80fb3adf3e25173a0955d0fc) @kettanaito

v0.26.14

1 month ago

v0.26.14 (2024-03-27)

Bug Fixes

  • drop "crypto.randomUUID()" in favor of "createRequestId()" (#536) (be2386ed5871c5efce5152975ddafd1fd1ee8be6) @kettanaito
  • WebSocket: set correct "currentTarget" on client events (#534) (15283a0abba57d222417a6af5d2755df9238776d) @kettanaito