You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
* 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
0 commit comments