Skip to content

Releases: ipfs/js-ipfs-unixfs

[email protected]

23 Apr 17:10

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.

[email protected]

23 Apr 17:10

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.

[email protected]

15 Apr 10:40

Choose a tag to compare

1.0.4 (2020-04-15)

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

[email protected]

15 Apr 10:40

Choose a tag to compare

1.1.0 (2020-04-15)

Features

[email protected]

30 Mar 14:58

Choose a tag to compare

1.0.1 (2020-03-30)

Note: Version bump only for package ipfs-unixfs

[email protected]

30 Mar 14:58

Choose a tag to compare

1.0.3 (2020-03-30)

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

[email protected]

30 Mar 14:58

Choose a tag to compare

1.0.3 (2020-03-30)

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

[email protected]

09 Mar 18:36

Choose a tag to compare

1.0.2 (2020-03-09)

Bug Fixes

[email protected]

09 Mar 18:36

Choose a tag to compare

1.0.2 (2020-03-09)

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

[email protected]

03 Mar 09:43

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)