File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.0.7] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.6...ipfs-unixfs-exporter@3.0.7 ) (2020-11-20)
7
+
8
+ ** Note:** Version bump only for package ipfs-unixfs-exporter
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.6] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.5...ipfs-unixfs-exporter@3.0.6 ) (2020-11-06)
7
15
8
16
** Note:** Version bump only for package ipfs-unixfs-exporter
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-exporter" ,
3
- "version" : " 3.0.6 " ,
3
+ "version" : " 3.0.7 " ,
4
4
"description" : " JavaScript implementation of the UnixFs exporter used by IPFS" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
38
38
"abort-controller" : " ^3.0.0" ,
39
39
"aegir" : " ^28.1.0" ,
40
40
"detect-node" : " ^2.0.4" ,
41
- "ipfs-unixfs-importer" : " ^4 .0.0" ,
41
+ "ipfs-unixfs-importer" : " ^5 .0.0" ,
42
42
"ipld" : " ^0.28.0" ,
43
43
"ipld-dag-pb" : " ^0.20.0" ,
44
44
"ipld-in-memory" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 5.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@4.0.0...ipfs-unixfs-importer@5.0.0 ) (2020-11-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * support multiple roots ([ #93 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/93 ) ) ([ f97f60a] ( https://github.com/ipfs/js-ipfs-unixfs/commit/f97f60ad68ffbe46d007bcdca282ccf1489e1f12 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * Importing files that would result in multiple roots no longer throws an error
17
+
18
+
19
+
20
+
21
+
6
22
# [ 4.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.1.0...ipfs-unixfs-importer@4.0.0 ) (2020-11-06)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 4 .0.0" ,
3
+ "version" : " 5 .0.0" ,
4
4
"description" : " JavaScript implementation of the UnixFs importer used by IPFS" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
38
38
"aegir" : " ^28.1.0" ,
39
39
"cids" : " ^1.0.0" ,
40
40
"detect-node" : " ^2.0.4" ,
41
- "ipfs-unixfs-exporter" : " ^3.0.6 " ,
41
+ "ipfs-unixfs-exporter" : " ^3.0.7 " ,
42
42
"ipld" : " ^0.28.0" ,
43
43
"ipld-in-memory" : " ^7.0.0" ,
44
44
"it-buffer-stream" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments