Skip to content

Tags: node-fetch/fetch-blob

Tags

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
breaking: Remove dependency on streams polyfill (#149)

* Remove dependency on streams polyfill

* require node v16.7

* change test version

* only test ubuntu

* remove changelog

v3.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump @types/node from 17.0.45 to 18.0.2 (#140)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: avoid reading files when the size is empty (#134)

* fix: avoid reading files when the size is empty

* also use stat.size for checking if it is modified

* bump minor version number

* Don't push empty chunks into the array (creates faster reads)

* reverted back to avoid making a if check

v3.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: misc updates (#132)

* misc updates

* bring back c8 for test coverage

* use new loader

* don't use engines

* simplify ci

* fix double slice problem

3.1.3

removed xo

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed lastModified

3.0.0-rc.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
corrected the release name

2.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return empty a empty stream for zero sized blob (#86)

Return empty a empty stream for zero sized blob

v2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md