Skip to content

Releases: ipfs/js-ipfs-unixfs

ipfs-unixfs-importer@2.0.2

04 Jun 12:33
Compare
Choose a tag to compare

2.0.2 (2020-06-04)

Bug Fixes

  • ignore high mode bits passed to constructor (65a040d)

ipfs-unixfs-exporter@2.0.2

04 Jun 12:33
Compare
Choose a tag to compare

2.0.2 (2020-06-04)

Bug Fixes

  • ignore high mode bits passed to constructor (65a040d)

ipfs-unixfs@1.0.2

24 Apr 16:08
Compare
Choose a tag to compare

1.0.2 (2020-04-24)

Bug Fixes

ipfs-unixfs-importer@2.0.1

24 Apr 16:08
Compare
Choose a tag to compare

2.0.1 (2020-04-24)

Bug Fixes

ipfs-unixfs-exporter@2.0.1

24 Apr 16:08
Compare
Choose a tag to compare

2.0.1 (2020-04-24)

Bug Fixes

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