Skip to content

Releases: ipfs/js-ipfs-unixfs

ipfs-unixfs-importer@2.0.0

23 Apr 17:10
Compare
Choose a tag to compare

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.

ipfs-unixfs-exporter@2.0.0

23 Apr 17:10
Compare
Choose a tag to compare

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.

ipfs-unixfs-importer@1.0.4

15 Apr 10:40
Compare
Choose a tag to compare

1.0.4 (2020-04-15)

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

ipfs-unixfs-exporter@1.1.0

15 Apr 10:40
Compare
Choose a tag to compare

1.1.0 (2020-04-15)

Features

ipfs-unixfs@1.0.1

30 Mar 14:58
Compare
Choose a tag to compare

1.0.1 (2020-03-30)

Note: Version bump only for package ipfs-unixfs

ipfs-unixfs-importer@1.0.3

30 Mar 14:58
Compare
Choose a tag to compare

1.0.3 (2020-03-30)

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

ipfs-unixfs-exporter@1.0.3

30 Mar 14:58
Compare
Choose a tag to compare

1.0.3 (2020-03-30)

Note: Version bump only for package ipfs-unixfs-exporter

ipfs-unixfs-importer@1.0.2

09 Mar 18:36
Compare
Choose a tag to compare

1.0.2 (2020-03-09)

Bug Fixes

ipfs-unixfs-exporter@1.0.2

09 Mar 18:36
Compare
Choose a tag to compare

1.0.2 (2020-03-09)

Note: Version bump only for package ipfs-unixfs-exporter

ipfs-unixfs-importer@1.0.1

03 Mar 09:43
Compare
Choose a tag to compare

1.0.1 (2020-03-03)

Bug Fixes

  • only ignore raw-leaves when file is small and metadata is present (#44) (19bb45f)