File tree Expand file tree Collapse file tree 6 files changed +54
-6
lines changed Expand file tree Collapse file tree 6 files changed +54
-6
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
622## [ 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)
723
824** Note:** Version bump only for package ipfs-unixfs-exporter
Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs-unixfs-exporter" ,
3- "version" : " 3 .0.7 " ,
3+ "version" : " 4 .0.0 " ,
44 "description" : " JavaScript implementation of the UnixFs exporter used by IPFS" ,
55 "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
66 "main" : " src/index.js" ,
3737 "abort-controller" : " ^3.0.0" ,
3838 "aegir" : " ^30.3.0" ,
3939 "detect-node" : " ^2.0.4" ,
40+ "ipfs-unixfs-importer" : " ^6.0.0" ,
4041 "ipld" : " ^0.28.0" ,
4142 "ipld-dag-pb" : " ^0.21.0" ,
4243 "ipld-in-memory" : " ^7.0.0" ,
43- "ipfs-unixfs-importer" : " ^5.0.0" ,
4444 "it-all" : " ^1.0.1" ,
4545 "it-buffer-stream" : " ^2.0.0" ,
4646 "it-first" : " ^1.0.1" ,
5555 "cids" : " ^1.1.5" ,
5656 "err-code" : " ^3.0.0" ,
5757 "hamt-sharding" : " ^2.0.0" ,
58- "ipfs-unixfs" : " ^2 .0.4 " ,
58+ "ipfs-unixfs" : " ^3 .0.0 " ,
5959 "it-last" : " ^1.0.1" ,
6060 "multihashing-async" : " ^2.0.0"
6161 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
622# [ 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)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs-unixfs-importer" ,
3- "version" : " 5 .0.0" ,
3+ "version" : " 6 .0.0" ,
44 "description" : " JavaScript implementation of the UnixFs importer used by IPFS" ,
55 "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
66 "main" : " src/index.js" ,
4545 "cids" : " ^1.1.5" ,
4646 "err-code" : " ^3.0.0" ,
4747 "hamt-sharding" : " ^2.0.0" ,
48- "ipfs-unixfs" : " ^2 .0.4 " ,
48+ "ipfs-unixfs" : " ^3 .0.0 " ,
4949 "ipld-dag-pb" : " ^0.21.0" ,
5050 "it-all" : " ^1.0.1" ,
5151 "it-batch" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
622## [ 2.0.4] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.3...ipfs-unixfs@2.0.4 ) (2020-11-04)
723
824** Note:** Version bump only for package ipfs-unixfs
Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs-unixfs" ,
3- "version" : " 2 .0.4 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)" ,
55 "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
66 "main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments