Releases: web-std/io
Releases · web-std/io
@web-std/file file-v3.0.3
Changes
promote types
conditional exports to the top of the list (#88 ) (c1339b9 )
@web-std/fetch fetch-v4.2.1
Bug Fixes
fetch: fix memory leak when passing keepAlive
(#83 ) (5fde362 )
fetch: import Buffer
from 'buffer'
(#90 ) (29d8936 )
@web-std/fetch fetch-v4.2.0
Features
fetch: backport node-fetch
's redirect bugfix (#77 ) (86262a6 )
fetch: support custom credentials
in Request
(#82 ) (1da95bc )
Bug Fixes
fetch: signal
should not be nullable (#81 ) (dff75d9 )
fetch: add HTTPS Agent types to fetch
& Request
(#78 ) (c4980f4 )
fetch: align Request
with spec (#85 ) (ace4223 )
fetch: allow clone of Request
& Response
with null
body (#79 ) (f1d9272 )
fetch: empty filename should not be treated as string (#87 ) (389c2b8 )
fetch: fix headers.entries
/values
/forEach
iteration for Set-Cookie
headers (#89 ) (3c20536 )
fetch: fix ESM types (#75 ) (c97e2b8 )
fetch: fix issue with cloning bodies (#72 ) (e156a6e )
formdata util missing file (#68 ) (ce9cd2a )
proper exports to allow TS to recognize class types and proper casting (#71 ) (9e95faf )
typo in README (#80 ) (08b270f )
Changes
promote types
conditional exports to the top of the list (#88 ) (c1339b9 )
@web-std/blob blob-v3.0.5
Changes
promote types
conditional exports to the top of the list (#88 ) (c1339b9 )
@web-std/stream stream-v1.0.3
Changes
promote types
conditional exports to the top of the list (#88 ) (c1339b9 )
@web-std/form-data form-data-v3.1.0
Features
form-data: allow passing a form
to FormData
(#84 ) (fd274bd )
Bug Fixes
Changes
promote types
conditional exports to the top of the list (#88 ) (c1339b9 )
@web-std/fetch fetch-v4.1.2
@web-std/fetch fetch-v4.1.1
@web-std/stream stream-v1.0.2
Bug Fixes
packages/fetch: only export what's needed so TS doesn't mess up the imports in the output files (30ad037 )
packages/stream: no initializers in ambient contexts (30ad037 )
typescript types (#56 ) (30ad037 )
@web-std/fetch fetch-v4.1.0
Features
add support for application/x-www-form-urlencoded in request.formData() (#60 ) (c719b0d )
You can’t perform that action at this time.