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

Latest commit

 

History

History
262 lines (120 loc) · 7.84 KB

CHANGELOG.md

File metadata and controls

262 lines (120 loc) · 7.84 KB

0.5.2 (2021-08-11)

0.5.1 (2021-03-03)

0.5.0 (2020-08-04)

Bug Fixes

  • update to latest cids and uint8array compatible deps (c613e57)

BREAKING CHANGES

0.4.3 (2020-07-23)

Bug Fixes

  • deserialize Uint8Arrays (9a3edba)

0.4.2 (2020-07-23)

Bug Fixes

  • package: update cids to version 0.8.0 (fe238ab)

0.4.1 (2020-01-13)

Bug Fixes

  • package: update multicodec to version 1.0.0 (8d9ddea)

0.4.0 (2019-10-29)

Bug Fixes

  • package: update multihashing-async to version 0.8.0 (6a3869d)

Features

  • switch to zcash-block for decoding (22bc170)

BREAKING CHANGES

  • Only deserialization is supported

It is not possible anymore to serialize a Zcash Block. It will throw an "Unsupported operation" error.

0.3.0 (2019-05-10)

Bug Fixes

  • package: update cids to version 0.7.0 (2f8b700)

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 cids to version 0.6.0 (866cfb7)
  • package: update multihashing-async to version 0.6.0 (b7e3801)

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.6 (2018-09-12)

Bug Fixes

  • add missing async dependency (57e85c7)

0.1.5 (2018-07-19)

Bug Fixes

0.1.4 (2018-06-29)

Bug Fixes

Features

0.1.3 (2018-02-14)

Bug Fixes

  • path never start with a slash (ce90dcd)
  • tests: Aegir changed fixture API (dfe7b3d)

0.1.2 (2018-01-30)

Bug Fixes

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

Features

0.1.1 (2018-01-30)

Bug Fixes

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

Features

  • Add resolve() method (25cef82)
  • Add tree() method (685889d)
  • implementation of IPLD format for Zcash (47d950f)

0.1.1 (2018-01-30)

Bug Fixes

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

Features

  • Add resolve() method (25cef82)
  • Add tree() method (685889d)
  • implementation of IPLD format for Zcash (47d950f)

0.1.1 (2018-01-30)

Bug Fixes

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

Features

  • Add resolve() method (25cef82)
  • Add tree() method (685889d)
  • implementation of IPLD format for Zcash (47d950f)

0.1.2 (2018-01-10)

0.1.1 (2018-01-10)

Features