Skip to content

ipfs-unixfs-importer@2.0.0

Compare
Choose a tag to compare
@achingbrain achingbrain released this 23 Apr 17:10
· 306 commits to main since this release

2.0.0 (2020-04-23)

Code Refactoring

  • use the block API from ipfs instead of ipld internals (#51) (cfecf39)

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.