Msw Versions Save

Seamless REST/GraphQL API mocking library for browser and Node.js.

v2.2.14

3 weeks ago

v2.2.14 (2024-04-17)

Bug Fixes

  • preserve search params in "onUnhandledRequest" messages (#2128) (64bcae7c27dfd36a35723a323c29cf0f5138a81c) @nagadevkrishna @kettanaito
  • give node export condition higher priority (#2134) (f948d13d2df85efa8d276396e1e60da235523a0e) @phryneas

v2.2.13

1 month ago

v2.2.13 (2024-03-27)

Bug Fixes

  • use createRequestId() instead of crypto.randomUUID() (#2113) (8f2be77627b94318e6c2e6d6eee38fc49558c6d9) @kettanaito

v2.2.12

1 month ago

v2.2.12 (2024-03-27)

Bug Fixes

  • do not mutate user-defined "X-Request-Id" request header (#2110) (64b6ba516123d655e82d164e8ed1bb1f75b8cff8) @kettanaito

v2.2.11

1 month ago

v2.2.11 (2024-03-26)

Bug Fixes

  • accept a narrower response body type by default (#2107) (d35ef92d0fe07831fb2aaa46050fabf27d3aa709) @kettanaito

v2.2.10

1 month ago

v2.2.10 (2024-03-22)

Bug Fixes

  • feature "new URL()" in the redundant query params warning (#2102) (9af301a7ea593642cc7b6d46f3685cf2ff9f2b58) @psjostrom @kettanaito

v2.2.9

1 month ago

v2.2.9 (2024-03-20)

Bug Fixes

  • properly infer parameter and return types in server.boundary() (#2101) (1370736580b5c2a37127359b79433ca4e9b20c79) @Andarist @kettanaito

v2.2.8

1 month ago

v2.2.8 (2024-03-19)

Bug Fixes

  • setupWorker: remove left-over console.log() (#2099) (cf979915aab2ed1759c6c05a6eb5e038fc0dcb2a) @kettanaito

v2.2.7

1 month ago

v2.2.7 (2024-03-18)

Bug Fixes

  • resolve "~/core" import for .d.mts modules (#2095) (7cdbd1a2c4e02c11ba22e50b50ee042228d00f92) @kettanaito

v2.2.6

1 month ago

v2.2.6 (2024-03-17)

Bug Fixes

  • setupWorker: emit the correct life-cycle events for bypassed requests (#2094) (c485989df15962fb02a36fd85654228719f8fed7) @kettanaito
  • bypass: support modifying the bypassed request (#2093) (2c8570b7130e2d98f4461ef144e171ac4aa2b8f3) @kettanaito

v2.2.5

1 month ago

v2.2.5 (2024-03-17)

Bug Fixes

  • improve the worker integrity warning (#2091) (e7493557e1c4d9ecece11cd45d29472c90c28426) @kettanaito
  • make worker integrity mismatch a warning (#2090) (a0f8021ccf16565e772b81b1c70bebdba6d1df58) @kettanaito