File tree 6 files changed +54
-6
lines changed
6 files changed +54
-6
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
+ # [ 4.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.7...ipfs-unixfs-exporter@4.0.0 ) (2021-02-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * add types ([ #114 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/114 ) ) ([ ca26353] ( https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * types are now included with all unixfs modules
17
+
18
+
19
+
20
+
21
+
6
22
## [ 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
23
8
24
** 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.7 " ,
3
+ "version" : " 4 .0.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" ,
37
37
"abort-controller" : " ^3.0.0" ,
38
38
"aegir" : " ^30.3.0" ,
39
39
"detect-node" : " ^2.0.4" ,
40
+ "ipfs-unixfs-importer" : " ^6.0.0" ,
40
41
"ipld" : " ^0.28.0" ,
41
42
"ipld-dag-pb" : " ^0.21.0" ,
42
43
"ipld-in-memory" : " ^7.0.0" ,
43
- "ipfs-unixfs-importer" : " ^5.0.0" ,
44
44
"it-all" : " ^1.0.1" ,
45
45
"it-buffer-stream" : " ^2.0.0" ,
46
46
"it-first" : " ^1.0.1" ,
55
55
"cids" : " ^1.1.5" ,
56
56
"err-code" : " ^3.0.0" ,
57
57
"hamt-sharding" : " ^2.0.0" ,
58
- "ipfs-unixfs" : " ^2 .0.4 " ,
58
+ "ipfs-unixfs" : " ^3 .0.0 " ,
59
59
"it-last" : " ^1.0.1" ,
60
60
"multihashing-async" : " ^2.0.0"
61
61
},
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
+ # [ 6.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@5.0.0...ipfs-unixfs-importer@6.0.0 ) (2021-02-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * add types ([ #114 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/114 ) ) ([ ca26353] ( https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * types are now included with all unixfs modules
17
+
18
+
19
+
20
+
21
+
6
22
# [ 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
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 5 .0.0" ,
3
+ "version" : " 6 .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" ,
45
45
"cids" : " ^1.1.5" ,
46
46
"err-code" : " ^3.0.0" ,
47
47
"hamt-sharding" : " ^2.0.0" ,
48
- "ipfs-unixfs" : " ^2 .0.4 " ,
48
+ "ipfs-unixfs" : " ^3 .0.0 " ,
49
49
"ipld-dag-pb" : " ^0.21.0" ,
50
50
"it-all" : " ^1.0.1" ,
51
51
"it-batch" : " ^1.0.3" ,
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.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.4...ipfs-unixfs@3.0.0 ) (2021-02-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * add types ([ #114 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/114 ) ) ([ ca26353] ( https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53 ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * types are now included with all unixfs modules
17
+
18
+
19
+
20
+
21
+
6
22
## [ 2.0.4] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.3...ipfs-unixfs@2.0.4 ) (2020-11-04)
7
23
8
24
** Note:** Version bump only for package ipfs-unixfs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs" ,
3
- "version" : " 2 .0.4 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments