Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Latest commit

 

History

History
196 lines (87 loc) · 5.74 KB

CHANGELOG.md

File metadata and controls

196 lines (87 loc) · 5.74 KB

0.4.1 (2021-03-03)

Bug Fixes

  • remove redundant multihashes dep (#66) (40a4221)

0.4.0 (2020-08-04)

Bug Fixes

  • replace node buffers with uint8array (#65) (f9d3c7e)

BREAKING CHANGES

    • util.serialize returns Uint8Arrays

0.3.2 (2020-07-23)

Bug Fixes

  • package: update cids to version 0.8.0 (bf67862)

0.3.1 (2020-01-13)

Bug Fixes

  • package: update multicodec to version 1.0.0 (fb8226e)
  • package: update multihashing-async to version 0.8.0 (5ef0714)

0.3.0 (2019-05-10)

Bug Fixes

  • package: update cids to version 0.7.0 (6b2745e)

BREAKING CHANGES

  • package: Returned v1 CIDs now default to base32 encoding

Previous versions returned a base58 encoded string when toString()/ toBaseEncodedString() was called on a CIDv1. It now returns a base32 encoded string.

0.2.0 (2019-05-08)

Bug Fixes

  • package: update bitcoinjs-lib to version 5.0.0 (ef99508)
  • package: update cids to version 0.6.0 (cd36640)
  • package: update multihashing-async to version 0.6.0 (9dc7bb7)

Features

BREAKING CHANGES

  • The API is now async/await based

There are numerous changes, the most significant one is that the API is no longer callback based, but it using async/await.

For the full new API please see the IPLD Formats spec.

0.1.9 (2018-12-03)

Bug Fixes

  • package: update bitcoinjs-lib to version 4.0.2 (64cde6c)
  • remove git-validate as a dependency (84d0ffc)

0.1.8 (2018-10-15)

Bug Fixes

  • add missing async dependency (c070fdf)

0.1.7 (2018-07-19)

Bug Fixes

0.1.6 (2018-06-29)

Bug Fixes

Features

0.1.5 (2018-02-14)

Bug Fixes

  • path never start with a slash (d790c9b)
  • tests: Aegir changed fixture API (c7e6c79)

0.1.4 (2018-02-01)

Bug Fixes

  • export multicodec property (8e6ec75)

0.1.3 (2018-01-22)

Bug Fixes

  • add proper error handling for util API (dacb7b1)
  • the option in tree() is called values (568c075)

Features

0.1.2 (2018-01-10)

0.1.1 (2018-01-10)

Features