Releases: mswjs/msw
Releases · mswjs/msw
v1.2.3
v1.2.2
v1.2.2 (2023-06-09)
Bug Fixes
- log
ReadableStream
responses as text/json (#1622) (4c7e952) @esquevin @kettanaito - support typescript 5.1 as a peer dependency (#1633) (8e37d9c) @gthb @kettanaito
v1.2.1
v1.2.1 (2023-03-24)
Bug Fixes
- update dependencies to support ESM (#1575) (e7a6008) @kettanaito
- update "headers-polyfill" to 3.1.2 to fix the ESM issue (#1571) (4f44f11) @cstenglein
v1.2.0
v1.2.0 (2023-03-22)
Features
- add
operationName
to GraphQL request (#1568) (115b435) @ligaz @kettanaito
v1.1.1
v1.1.0
v1.1.0 (2023-02-24)
Features
- support global fetch in Node.js (#1543) (049f21d) @kettanaito
Bug Fixes
- return types of "setupWorker" and "setupServer" API (#1540) (78d1834) @kettanaito
v1.0.1
v1.0.1 (2023-02-10)
Bug Fixes
- add "package.json" subpath export (#1530) (12a581f) @iceu-bb @kettanaito
v1.0.0
v1.0.0 (2023-01-25)
⚠️ BREAKING CHANGES
- rename "SetupWorkerApi"/"SetupServerApi" types to "SetupWorker"/"SetupServer" (#1478) (4fde47e) @gduliscouet-ubitransport @kettanaito
Features
- throw and suggest a URL polyfill for React Native (#1520) (b4ac829) @kettanaito
v0.49.3
v0.49.3 (2023-01-19)
Bug Fixes
- use EventTarget-based event emitter (#1522) (6a94b8c) @chrisguttandin
v0.49.2
v0.49.2 (2022-12-13)
Bug Fixes
- use
globalThis.fetch
inctx.fetch
utility (#1490) (42cdbc7) @Toxiapo @kettanaito