Skip to content

Commit b0217cc

Browse files
committed
chore: publish
- ipfs-unixfs-exporter@2.0.0 - ipfs-unixfs-importer@2.0.0
1 parent d56442d commit b0217cc

File tree

5 files changed

+45
-5
lines changed

5 files changed

+45
-5
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@1.1.0...ipfs-unixfs-exporter@2.0.0) (2020-04-23)
7+
8+
9+
### Code Refactoring
10+
11+
* use the block API from ipfs instead of ipld internals ([#51](https://github.com/ipfs/js-ipfs-unixfs/issues/51)) ([cfecf39](https://github.com/ipfs/js-ipfs-unixfs/commit/cfecf390ae2747d2b6c55f4ebd039791f7162fec))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* The importer takes a pin argument (previously undocumented) - it used
17+
to default to true but since this switches to use the block API the
18+
default has changed to false, as the typical usage pattern is to pin
19+
the root block of a DAG recursively instead of every block that makes
20+
up the DAG.
21+
22+
23+
24+
25+
626
# [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)
727

828

packages/ipfs-unixfs-exporter/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ipfs-unixfs-exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "1.1.0",
3+
"version": "2.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",
@@ -44,7 +44,7 @@
4444
"chai-as-promised": "^7.1.1",
4545
"detect-node": "^2.0.4",
4646
"dirty-chai": "^2.0.1",
47-
"ipfs-unixfs-importer": "^1.0.4",
47+
"ipfs-unixfs-importer": "^2.0.0",
4848
"ipld": "^0.25.0",
4949
"ipld-dag-pb": "^0.18.0",
5050
"ipld-in-memory": "^3.0.0",

packages/ipfs-unixfs-importer/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@1.0.4...ipfs-unixfs-importer@2.0.0) (2020-04-23)
7+
8+
9+
### Code Refactoring
10+
11+
* use the block API from ipfs instead of ipld internals ([#51](https://github.com/ipfs/js-ipfs-unixfs/issues/51)) ([cfecf39](https://github.com/ipfs/js-ipfs-unixfs/commit/cfecf390ae2747d2b6c55f4ebd039791f7162fec))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* The importer takes a pin argument (previously undocumented) - it used
17+
to default to true but since this switches to use the block API the
18+
default has changed to false, as the typical usage pattern is to pin
19+
the root block of a DAG recursively instead of every block that makes
20+
up the DAG.
21+
22+
23+
24+
25+
626
## [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)
727

828
**Note:** Version bump only for package ipfs-unixfs-importer

packages/ipfs-unixfs-importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "1.0.4",
3+
"version": "2.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",
@@ -41,7 +41,7 @@
4141
"deep-extend": "^0.6.0",
4242
"detect-node": "^2.0.4",
4343
"dirty-chai": "^2.0.1",
44-
"ipfs-unixfs-exporter": "^1.1.0",
44+
"ipfs-unixfs-exporter": "^2.0.0",
4545
"ipld": "^0.25.0",
4646
"ipld-in-memory": "^3.0.0",
4747
"it-buffer-stream": "^1.0.0",

0 commit comments

Comments
 (0)