File tree Expand file tree Collapse file tree 5 files changed +24
-5
lines changed Expand file tree Collapse file tree 5 files changed +24
-5
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
+ # [ 1.1.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@1.0.3...ipfs-unixfs-exporter@1.1.0 ) (2020-04-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * support aborting exports ([ #47 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/47 ) ) ([ 7685e44] ( https://github.com/ipfs/js-ipfs-unixfs/commit/7685e44ce47b6599d427bf177053fb9e16c43bce ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.3] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@1.0.2...ipfs-unixfs-exporter@1.0.3 ) (2020-03-30)
7
18
8
19
** 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" : " 1.0.3 " ,
3
+ "version" : " 1.1.0 " ,
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" ,
44
44
"chai-as-promised" : " ^7.1.1" ,
45
45
"detect-node" : " ^2.0.4" ,
46
46
"dirty-chai" : " ^2.0.1" ,
47
- "ipfs-unixfs-importer" : " ^1.0.3 " ,
47
+ "ipfs-unixfs-importer" : " ^1.0.4 " ,
48
48
"ipld" : " ^0.25.0" ,
49
49
"ipld-dag-pb" : " ^0.18.0" ,
50
50
"ipld-in-memory" : " ^3.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
+ ## [ 1.0.4] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@1.0.3...ipfs-unixfs-importer@1.0.4 ) (2020-04-15)
7
+
8
+ ** Note:** Version bump only for package ipfs-unixfs-importer
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.3] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@1.0.2...ipfs-unixfs-importer@1.0.3 ) (2020-03-30)
7
15
8
16
** Note:** Version bump only for package ipfs-unixfs-importer
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
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" ,
41
41
"deep-extend" : " ^0.6.0" ,
42
42
"detect-node" : " ^2.0.4" ,
43
43
"dirty-chai" : " ^2.0.1" ,
44
- "ipfs-unixfs-exporter" : " ^1.0.3 " ,
44
+ "ipfs-unixfs-exporter" : " ^1.1.0 " ,
45
45
"ipld" : " ^0.25.0" ,
46
46
"ipld-in-memory" : " ^3.0.0" ,
47
47
"it-buffer-stream" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments