Releases: mswjs/msw
Releases Β· mswjs/msw
v2.0.14
v2.0.14 (2024-01-12)
Bug Fixes
- GraphQLHandler: move cookie parsing to parse phase (#1957) (ba87f99) @mattcosta7 @kettanaito
- improve custom request handler and resolver annotations (#1961) (8624f31) @kettanaito
v2.0.13
v2.0.12
v2.0.12 (2024-01-05)
Bug Fixes
- cache request cloning and request parsing (#1914) (a79a9d7) @mattcosta7 @kettanaito
- support typescript@5.3 (#1874) (1da80bb) @falsepopsky @mattcosta7 @kettanaito
v2.0.11
v2.0.11 (2023-12-11)
Bug Fixes
- expose mockServiceWorker.js file in package exports (#1922) (5736efc) @thepassle
v2.0.10
v2.0.10 (2023-12-04)
Bug Fixes
- null-body responses enforced in createResponseListener instead o⦠(#1895) (ed09722) @mattcosta7
v2.0.9
v2.0.9 (2023-11-24)
Bug Fixes
- skip parsing GraphQL requests if the request url doesn't match (#1871) (565e802) @mattcosta7 @kettanaito
- throw on invalid request handlers value in ".use()" (#1876) (ce73dfe) @kettanaito
- resolve segfault issue caused by "node:events" import (#1885) (f188d77) @mattcosta7 @kettanaito
v2.0.8
v2.0.8 (2023-11-17)
Bug Fixes
- graphql: allow null for "data" and "errors" response property types (#1867) (a7ffd32) @kettanaito
v2.0.7
v2.0.7 (2023-11-16)
Bug Fixes
- encode cookie string before forwarding request cookies (#1815) (c2d8e98) @Jungzl @kettanaito
- react-native: import "node:events" lazily (#1858) (0d79ec4) @kettanaito
- change request cookie type to be Record<string, string> (#1857) (75bbb96) @ezzatron @kettanaito
v2.0.6
v2.0.6 (2023-11-13)
Bug Fixes
- GraphQL: expose request cookies in "cookies" argument (#1853) (463b74f) @kettanaito
- correct docs link for anonymous GraphQL operations (#1850) (e628278) @okkimus @kettanaito
v2.0.5
v2.0.5 (2023-11-10)
Bug Fixes
- xhr: support environments without location (React Native) (#1849) (f6601d9) @kettanaito