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 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.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+
8+ ** Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614## [ 3.0.5] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.4...ipfs-unixfs-exporter@3.0.5 ) (2020-11-04)
715
816** 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.5 " ,
3+ "version" : " 3.0.6 " ,
44 "description" : " JavaScript implementation of the UnixFs exporter used by IPFS" ,
55 "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
66 "main" : " src/index.js" ,
3838 "abort-controller" : " ^3.0.0" ,
3939 "aegir" : " ^28.1.0" ,
4040 "detect-node" : " ^2.0.4" ,
41- "ipfs-unixfs-importer" : " ^3.1 .0" ,
41+ "ipfs-unixfs-importer" : " ^4.0 .0" ,
4242 "ipld" : " ^0.27.0" ,
4343 "ipld-dag-pb" : " ^0.20.0" ,
4444 "ipld-in-memory" : " ^6.0.0" ,
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-importer@3.1.0...ipfs-unixfs-importer@4.0.0 ) (2020-11-06)
7+
8+
9+ ### Bug Fixes
10+
11+ * just do what the user asked ([ #90 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/90 ) ) ([ 7392a95] ( https://github.com/ipfs/js-ipfs-unixfs/commit/7392a9589dee23a94512a2384bcbbd2d6ff67225 ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * We previously did things like set rawLeaves to true based on the CID version, now we do not.
17+
18+
19+
20+
21+
622# [ 3.1.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.4...ipfs-unixfs-importer@3.1.0 ) (2020-11-04)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs-unixfs-importer" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 4.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" ,
3838 "aegir" : " ^28.1.0" ,
3939 "cids" : " ^1.0.0" ,
4040 "detect-node" : " ^2.0.4" ,
41- "ipfs-unixfs-exporter" : " ^3.0.5 " ,
41+ "ipfs-unixfs-exporter" : " ^3.0.6 " ,
4242 "ipld" : " ^0.27.0" ,
4343 "ipld-in-memory" : " ^6.0.0" ,
4444 "it-buffer-stream" : " ^1.0.2" ,
You can’t perform that action at this time.
0 commit comments