We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2cd8b commit 5584886Copy full SHA for 5584886
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+## v2.1.1
5
+- Add nullish values checking in Symbol.hasInstance (#82)
6
+- Add generated typings for from.js file (#80)
7
+- Updated dev dependencies
8
+
9
## v2.1.0
10
- Fix: .slice has an implementation bug (#54).
11
- Added blob backed up by filesystem (#55)
package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-blob",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "A Blob implementation in Node.js, originally from node-fetch.",
"main": "index.js",
"files": [
0 commit comments