File tree 2 files changed +3
-13
lines changed 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this
6
6
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- (Unreleased)
9
- ==================
10
- ### Removed
11
- -
12
- ### Changed
13
- -
14
- ### Added
15
- -
16
- ### Fixed
8
+ ## v3.1.3
17
9
- Allow usage of iterable object in Blob constructor. [ #108 ]
18
10
- Run test WPT test against our impl [ #109 ]
19
11
- File name are now casted to string [ #109 ]
@@ -23,7 +15,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
23
15
- Suppress warning when importing ` stream/web ` [ #114 ]
24
16
25
17
## v3.1.2
26
-
27
18
- Improved typing
28
19
- Fixed a bug where position in iterator did not increase
29
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fetch-blob" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 3.1.3 " ,
4
4
"description" : " Blob & File implementation in Node.js, originally from node-fetch." ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
14
14
" streams.cjs"
15
15
],
16
16
"scripts" : {
17
- "lint" : " xo test.js" ,
18
17
"test-wpt" : " node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js" ,
19
- "test" : " npm run lint && ava test.js" ,
18
+ "test" : " ava test.js" ,
20
19
"report" : " c8 --reporter json --reporter text ava test.js" ,
21
20
"coverage" : " c8 --reporter json --reporter text ava test.js && codecov -f coverage/coverage-final.json" ,
22
21
"prepublishOnly" : " tsc --declaration --emitDeclarationOnly --allowJs index.js from.js"
You can’t perform that action at this time.
0 commit comments