Skip to content

Releases: node-fetch/fetch-blob

4.0.0

18 May 11:45
a1a182e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v4.0.0

v3.2.0

06 Jul 17:19
2acec9c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.5...v3.2.0

3.1.5

10 Mar 14:16
f077471
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

3.1.4

20 Jan 13:04
dc29588
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.3...v3.1.4

3.1.3

30 Oct 12:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.3

3.0.0

14 Jun 19:55
4747497
Compare
Choose a tag to compare
fixed lastModified

3.0.0-rc.0

07 May 09:46
a3b0d62
Compare
Choose a tag to compare
3.0.0-rc.0 Pre-release
Pre-release

v3.0.0-rc.0

  • Changed WeakMap for private field (require node 12)
  • Switch to ESM
  • blob.stream() return a subset of whatwg stream which is the async iterable
    (it no longer return a node stream - now it returns a AsyncGenerator)
    • If you really want to have a node stream then you would have to use Readable.from(blob.stream())
  • Reduced the dependency of Buffer by changing to global TextEncoder/Decoder (require node 11)
  • Disabled xo for index.js since it could not understand private fields (#)
  • No longer transform the type to lowercase (w3c/FileAPI#43)
    This is more loose than strict, keys should be lowercased, but values should not?
    It would require a more proper mime type parser - so I just made it loose.
  • index.js can now be imported by browser & deno from a CDN since it no longer depends on any
    core node features and dose not bundle anything to commonjs
  • used a more direct approach to convert blob to string that don't involve allocating hole arrayBuffer that would take up twice as much RAM while converting it to a string
  • changed node engine to just be >14+ in package.json

2.1.2

07 May 09:39
a8fed4e
Compare
Choose a tag to compare
Return empty a empty stream for zero sized blob (#86)

Return empty a empty stream for zero sized blob

v2.1.1

28 Jul 16:14
5b2bab5
Compare
Choose a tag to compare

See CHANGELOG for details.

v2.1.0

28 Jul 15:50
5b2bab5
Compare
Choose a tag to compare

See CHANGELOG for details.