Skip to content

Latest commit

 

History

History
1048 lines (403 loc) · 29.9 KB

File metadata and controls

1048 lines (403 loc) · 29.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.0 (2021-07-09)

Bug Fixes

  • use @ipld/dag-pb instead of ipld-dag-pb (#116) (bab1985)

BREAKING CHANGES

  • uses new multiformats stack and takes a blockservice instead of the block api

Co-authored-by: Rod Vagg [email protected] Co-authored-by: achingbrain [email protected]

5.0.3 (2021-04-20)

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

5.0.2 (2021-04-16)

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

5.0.1 (2021-03-19)

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

5.0.0 (2021-03-15)

chore

  • declare interface types in .d.ts file (#122) (eaa8449)

BREAKING CHANGES

  • switches to named exports

4.0.1 (2021-02-23)

Bug Fixes

  • use ipfs-core-types instead of redefining ipld (#121) (6cfd51d)

4.0.0 (2021-02-18)

Features

BREAKING CHANGES

  • types are now included with all unixfs modules

3.0.7 (2020-11-20)

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

3.0.6 (2020-11-06)

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

3.0.5 (2020-11-04)

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

3.0.4 (2020-09-04)

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

3.0.3 (2020-08-25)

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

3.0.2 (2020-08-05)

Bug Fixes

  • replace node buffers with uint8arrays (#69) (8a5aed2), closes #66

3.0.1 (2020-07-28)

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

3.0.0 (2020-07-28)

Bug Fixes

  • ignore high mode bits passed to constructor (#53) (8e8d83d)

chore

  • remove node buffers from runtime code (#66) (db60a42)
  • upgrade to dag-pb that supports Uint8Array (#65) (b8b2ee3)

BREAKING CHANGES

  • does not convert input to node Buffers any more, uses Uint8Arrays instead
  • dag-pb Links property now returns DAGLink objects

2.0.1 (2020-04-24)

Bug Fixes

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.

1.1.0 (2020-04-15)

Features

1.0.3 (2020-03-30)

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

1.0.2 (2020-03-09)

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

1.0.1 (2020-03-03)

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

1.0.0 (2020-02-21)

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

0.41.1 (2020-02-04)

0.41.0 (2020-01-15)

Features

  • support exporting nodes encoded with the identity hash (#27) (4a02ee7)

0.40.0 (2020-01-08)

0.39.0 (2019-11-18)

0.38.0 (2019-08-05)

Bug Fixes

0.37.7 (2019-06-06)

0.37.6 (2019-05-24)

0.37.5 (2019-05-24)

0.37.4 (2019-05-20)

0.37.3 (2019-05-20)

0.37.2 (2019-05-20)

0.37.1 (2019-05-18)

0.37.0 (2019-05-17)

Features

0.36.1 (2019-03-18)

Bug Fixes

0.36.0 (2019-03-08)

0.35.9 (2019-02-06)

0.35.8 (2019-01-16)

0.35.7 (2019-01-04)

0.35.6 (2018-12-19)

0.35.5 (2018-12-04)

Bug Fixes

  • fix regext to not match square brackets (667f6e9)

0.35.4 (2018-12-03)

0.35.3 (2018-12-03)

Performance Improvements

  • only descend into hamt subshard that has the target entry (fdad329), closes #9

0.35.2 (2018-12-02)

Performance Improvements

  • deep require pull stream modules (8dc4211)

0.35.1 (2018-11-29)

Performance Improvements

  • do not descend into subtrees (cca3531)

0.35.0 (2018-11-23)

Bug Fixes

Features

0.34.0 (2018-11-12)

Bug Fixes

  • updates ipld-dag-pb dep to version without .cid properties (aa61cce)

0.33.0 (2018-10-27)

Bug Fixes

  • fixes #230 by returning a through stream that emits the error instead of throwing it (fdd8429)

0.32.8 (2018-10-25)

0.32.7 (2018-10-12)

Bug Fixes

  • return correct chunks of streams, fixes #229 (362c685)
  • skip rabin tests on windows (ea9e3c3)

0.32.6 (2018-10-12)

Bug Fixes

  • do not use cid property of DAGNodes just yet (7a2a308)

0.32.5 (2018-10-12)

Bug Fixes

  • do not overwrite cid property of DAGNodes (c2e38ae)
  • make sure errors from unmarshalling are caught (8b2335c)

0.32.4 (2018-08-23)

Bug Fixes

  • build & export interop with go-ipfs for small file raw leaves (11885fa)

0.32.3 (2018-08-21)

Bug Fixes

0.32.2 (2018-08-11)

Bug Fixes

0.32.1 (2018-08-08)

Bug Fixes

  • do not emit empty buffers for non-empty files (ccc4ad2)

0.32.0 (2018-08-08)

Features

0.31.3 (2018-07-24)

Bug Fixes

  • return cids from builder (0d3d3d8)

0.31.2 (2018-07-20)

0.31.1 (2018-07-19)

0.31.0 (2018-07-19)

0.30.1 (2018-07-19)

Features

0.30.0 (2018-06-12)

0.29.0 (2018-04-23)

0.28.1 (2018-04-12)

0.28.0 (2018-04-10)

0.27.0 (2018-03-27)

Features

  • exporter - support slicing streams stored in deeply nested DAGs (#208) (8568cd5)

0.26.0 (2018-03-22)

Features

  • Adds begin/end byte slices to exporter (#207) (8e11d77)

0.25.0 (2018-03-20)

Features

  • Add reader to read files or part of files as streams (833accf)

0.24.4 (2018-02-27)

Bug Fixes

  • use "ipld" instead of "ipld-resolver" (f4de206)

0.24.3 (2018-02-27)

0.24.2 (2017-12-15)

0.24.1 (2017-11-12)

0.24.0 (2017-11-12)

Features

0.23.1 (2017-11-10)

Features

0.23.0 (2017-11-07)

Features

  • Include hash field for exported files (#191) (8b13957)

0.22.5 (2017-09-08)

Features

  • Use passed cidVersion option when writing to storage (#185) (0cd2d60)

0.22.4 (2017-09-08)

Features

  • allow specify hash algorithm for large files (#184) (69915da)

0.22.3 (2017-09-07)

0.22.2 (2017-09-07)

Features

0.22.1 (2017-09-04)

0.22.0 (2017-07-23)

0.21.0 (2017-07-04)

0.20.0 (2017-06-16)

Features

0.19.2 (2017-05-25)

Bug Fixes

  • package: update cids to version 0.5.0 (59d6d0a)

Features

0.19.1 (2017-03-29)

Bug Fixes

  • adding a dir: leaf node gets replaced with dir if necessary (1d682ec)

0.19.0 (2017-03-24)

Bug Fixes

  • breaking the stack when importing (993f746)
  • passing browser tests (29b2740)
  • using correct murmur3 codec name (295d86e)
  • using the new IPLD API (a80f4d8)

0.18.0 (2017-03-22)

Bug Fixes

  • package: update ipld-dag-pb to version 0.10.0 (#154) (304ff25)
  • package: update pull-pause to version 0.0.1 (#153) (4dd2143)

Features

  • upgrade to the next version of ipfs-block and blockservice (0ca25b2)

0.17.0 (2017-02-08)

Features

0.16.1 (2017-02-02)

Bug Fixes

  • exporter: recurse correctly into subdirs (#136) (69c0d04)

0.16.0 (2017-02-02)

Bug Fixes

  • package: update is-ipfs to version 0.3.0 (#134) (0063f9d)

0.15.4 (2017-01-31)

Bug Fixes

0.15.3 (2017-01-30)

Bug Fixes

  • expect empty stream to not generate any nodes (#131) (7b054b6)

0.15.2 (2017-01-30)

Bug Fixes

  • stop export visitor from trying to resolve leaf object (#130) (651f113)

0.15.1 (2017-01-29)

Bug Fixes

  • package: update cids to version 0.4.0 (#122) (65a6759)

0.15.0 (2017-01-11)

0.14.2 (2016-12-13)

0.14.1 (2016-12-08)

0.14.0 (2016-11-24)

Features

0.13.0 (2016-11-03)

0.12.0 (2016-10-28)

Bug Fixes

  • exporter: add some parallel fetching of blocks where possible (43503d4)

Features

  • migrate importer to use IPLD Resolver and the new IPLD format (89c3602)

0.11.4 (2016-09-11)

Features

  • exporter: implement recursive file export (68e09a7)

0.11.3 (2016-09-09)

Features

  • exporter: return file sizes (73cf78a)

0.11.2 (2016-09-09)

0.11.1 (2016-09-09)

0.11.0 (2016-09-08)

Bug Fixes

0.10.2 (2016-08-09)

0.10.1 (2016-08-09)

0.10.0 (2016-06-28)

0.9.0 (2016-05-27)

0.8.0 (2016-05-21)

0.7.0 (2016-05-21)

0.6.1 (2016-05-05)

0.6.0 (2016-05-03)

0.5.0 (2016-04-26)

0.4.5 (2016-04-24)

0.4.4 (2016-04-24)

0.4.3 (2016-04-24)

Bug Fixes

  • clean up dependencies (a3bee40)
  • importer: cleanup smaller issues (eab17fe)

0.4.2 (2016-04-19)

0.4.1 (2016-04-19)

0.4.0 (2016-04-19)

0.3.3 (2016-03-22)

0.3.2 (2016-03-22)

0.3.1 (2016-03-22)

0.3.0 (2016-03-21)

0.2.0 (2016-02-17)

0.1.0 (2016-02-12)