Releases: mswjs/msw
Releases Β· mswjs/msw
v0.49.1
v0.49.1 (2022-11-28)
Bug Fixes
- setupWorker: resolve the TS4094 error (#1477) (c268796) @gduliscouet-ubitransport
v0.49.0
v0.48.3
v0.48.3 (2022-11-15)
Bug Fixes
- SetupApi: validate given request handlers (#1460) (a06a944) @kettanaito
- inline
statuses
dependency during the build (#1458) (99d49f9) @mattcosta7 @kettanaito
v0.48.2
v0.48.2 (2022-11-13)
Bug Fixes
- resolve absolute worker url against the current path (#1456) (f8d15b4) @kettanaito
v0.48.1
v0.48.0
v0.48.0 (2022-11-08)
Features
- add "SetupApi" base class (#1445) (85ba844) @Toxiapo @kettanaito
- do not interfere with shared workers (#1448) (670dda7) @mucsi96 @kettanaito
- makes the library esm-compatible (#1399) (41798eb) @ivanhofer @kettanaito
v0.47.4
v0.47.4 (2022-10-04)
Bug Fixes
- correctly link types in
package.json
exports
field (#1395) (3902b8c) @ivanhofer @kettanaito - include error stack in log when handling uncaught exceptions (#1417) (933a9d6) @jkieboom @kettanaito
- remove duplicate response logging in the browser console (#1418) (78d155f) @snaka @kettanaito