Releases: mswjs/headers-polyfill
Releases · mswjs/headers-polyfill
v5.0.1
v5.0.1 (2026-03-05)
Bug Fixes
- support objects with null prototype as
HeadersInit(#81) (c95b0bc) @tmisirpash @kettanaito
v5.0.0
v5.0.0 (2026-03-05)
⚠️ BREAKING CHANGES
This version still ships CommonJS entrypoints. Make sure to use modern bundler that understands
exportsconditions. If it doesn't, please consider migrating to modern tooling.
- esm-first, update dependencies (#83) (45fed39) @kettanaito
Bug Fixes
- add disposable methods for TypeScript 5.2 compatibility (#82) (dd8e7d8) @klappradla @kettanaito
v4.0.3
v4.0.3 (2024-03-18)
Bug Fixes
- add [Symbol.toStringTag] to Headers (#77) (539042b) @jacob-ebey @kettanaito
v4.0.2
v4.0.2 (2023-10-18)
Bug Fixes
- support global "_Headers" in Undici 5.26.3 (#73) (49a4386) @joshkel @kettanaito
v4.0.1
v4.0.0
v3.3.0
v3.3.0 (2023-09-13)
Features
- remove ".all()", move ".raw()" to "getRawHeaders()" (#70) (dd0b624) @kettanaito
v3.2.5
v3.2.4
v3.2.4 (2023-09-13)
Bug Fixes
- sort results of ".entries()", ".keys()", and ".values()" (#68) (a748755) @brophdawg11 @kettanaito