Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
203 lines (82 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

203 lines (82 loc) · 5.83 KB

1.0.1 (2021-09-08)

1.0.0 (2021-09-07)

Bug Fixes

0.7.0 (2021-07-12)

chore

BREAKING CHANGES

  • pulls in new multiformats modules

0.6.4 (2021-04-16)

0.6.3 (2021-04-12)

0.6.2 (2021-03-17)

Bug Fixes

0.6.1 (2020-12-22)

0.6.0 (2020-08-14)

Bug Fixes

BREAKING CHANGES

    • All deps of this module use Uint8Arrays instead of node Buffers
  • chore: remove browser build steps

0.5.1 (2020-06-30)

Bug Fixes

  • ci: add empty commit to fix lint checks on master (1db03b0)

0.5.0 (2020-01-07)

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators.

0.4.0 (2019-10-14)

Chores

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await

Co-authored-by: PedroMiguelSS pedro.santos@moxy.studio

0.3.1 (2019-06-06)

Bug Fixes

  • create .npmignore to include dist on npm (#16) (7746dab)

Chores

Features

  • load files/dirs from hamt shards (#19) (25edfbc)

BREAKING CHANGES

  • v1 CIDs created by this module now default to base32 encoding when stringified

Not a direct dependency of this module but ipld-dag-pb changed the case of some property names that are used by this module.

License: MIT Signed-off-by: Alan Shaw alan.shaw@protocol.ai

0.3.0 (2019-05-21)

BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified

Not a direct dependency of this module but ipld-dag-pb changed the case of some property names that are used by this module.

0.2.2 (2019-01-19)

0.2.1 (2018-11-09)

Bug Fixes

  • use .cid property before falling back to .multihash (#12) (1c1a478)

0.2.0 (2018-09-28)

0.1.4 (2018-08-02)

Bug Fixes

  • fix content-type by doing a fall-back using extensions (#5) (19acbae)

0.1.3 (2018-07-28)

Bug Fixes

  • firefox using readable stream (#3) (0bff82d)

0.1.2 (2018-06-01)

Bug Fixes

Features