ipfs-unixfs-importer@2.0.0
·
306 commits
to main
since this release
2.0.0 (2020-04-23)
Code Refactoring
BREAKING CHANGES
- The importer takes a pin argument (previously undocumented) - it used
to default to true but since this switches to use the block API the
default has changed to false, as the typical usage pattern is to pin
the root block of a DAG recursively instead of every block that makes
up the DAG.