v5.3.0
What's Changed
- feat: add myself as a collaborator by @KhafraDev in #1435
- fix(fetch): remove brand checks from Symbol.toStringTag by @KhafraDev in #1436
- fix(test/fetch): .call will always throw by @KhafraDev in #1438
- feat: add diagnostics channel type defs by @stefee in #1444
- fix(types): make
RequestInit
properties assignable by @NMinhNguyen in #1446 - fix(fetch): Explicitly check for FormData type by @timdp in #1451
- feat: add
Response.json
by @KhafraDev in #1452 - feat: Query string params by @kibertoad in #1449
- refactor: replace import of
URL
class with global reference by @Fdawgs in #1455 - build(deps-dev): add table by @Fdawgs in #1458
- feat: Option to throw on error status codes by @kibertoad in #1453
- fix(fetch): replace
instanceof FormData
check by @NMinhNguyen in #1457 - feat(fetch): remove CORB checks by @KhafraDev in #1461
- fix: mock node fetch with
options.body
fn by @KhafraDev in #1464 - docs: Add documentation for reply accepting a function as the data parameter by @p16 in #1456
New Contributors
- @stefee made their first contribution in #1444
- @NMinhNguyen made their first contribution in #1446
- @timdp made their first contribution in #1451
- @kibertoad made their first contribution in #1449
- @p16 made their first contribution in #1456
Full Changelog: v5.2.0...v5.3.0