File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
- Changelog
2
- =========
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this
6
+ project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
+
8
+ (Unreleased)
9
+ ==================
10
+ ### Removed
11
+ -
12
+ ### Changed
13
+ -
14
+ ### Added
15
+ -
16
+ ### Fixed
17
+ - Allow usage of iterable object in Blob constructor. [ #108 ]
18
+ - Run test WPT test against our impl [ #109 ]
19
+ - File name are now casted to string [ #109 ]
20
+ - Slicing in the middle of multiple parts added more bytes than what what it should have [ #109 ]
3
21
4
22
## v3.1.2
5
23
@@ -80,3 +98,6 @@ Changelog
80
98
## v1.0.0
81
99
82
100
- Major: initial release
101
+
102
+ [ #108 ] : https://github.com/node-fetch/fetch-blob/pull/108
103
+ [ #109 ] : https://github.com/node-fetch/fetch-blob/pull/109
You can’t perform that action at this time.
0 commit comments