Releases: mswjs/msw
Releases Β· mswjs/msw
v2.13.4
v2.13.4 (2026-04-16)
Bug Fixes
- implement proper
ServiceWorkerSourcesingleton pattern (#2715) (580256b) @kettanaito - use
verbatimModuleSyntaxconsistently in exports (#2702) (9dedf52) @christoph-fricke @kettanaito - update dependencies (#2719) (d0cbd2d) @kettanaito
- sse: respect
request.signalfor the underlying stream (#2718) (429e05c) @kettanaito
v2.13.3
v2.13.2
v2.13.2 (2026-04-08)
Bug Fixes
- delay: prevent
infinitemode from throwing (#2697) (613d4a1) @kettanaito
v2.13.1
v2.13.0
v2.13.0 (2026-04-06)
Features
- use the network source architecture (
defineNetwork) (#2650) (2b73790) @kettanaito @felmonon - handlers are now grouped internally by kind, making handler lookup a O(1) operation.
- handlers filtering no longer uses an
instanceofcheck. Instead, thekindproperty of the handler is used.
Bug fixes
- fix an issue where a WebSocket connection would be logged in the console even when there are no matching event handlers for it.
v2.12.14
v2.12.14 (2026-03-21)
Bug Fixes
- support wildcard ports in url matching (#2677) (f90bf49) @trknhr @kettanaito
v2.12.13
v2.12.13 (2026-03-17)
Bug Fixes
- GraphQL: support
application/graphql-response+jsonresponsecontent-type(#2513) (4b8c330) @phryneas @kettanaito - HttpResponse: mark implicit
content-typeheaders with a symbol (#2675) (98716e7) @kettanaito
v2.12.12
v2.12.12 (2026-03-17)
Bug Fixes
- minor improvements (#2672) (cd52873) @kettanaito
- handle special characters in
postinstallscript (#2649) (b79d7ae) @aloisklink @kettanaito - replace barrel exports with granular exports (#2671) (83bc40e) @kettanaito
v2.12.11
v2.12.11 (2026-03-15)
Bug Fixes
- node: avoid open handles for infinite delays (#2669) (3ccc8a3) @FelmonFekadu @kettanaito