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

Releases: ipld/js-ipld-bitcoin

v0.4.1

03 Mar 11:47
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

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

v0.4.0

04 Aug 16:40
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

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

BREAKING CHANGES

    • util.serialize returns Uint8Arrays

v0.3.2

23 Jul 14:03
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • package: update cids to version 0.8.0 (bf67862)

v0.3.1

13 Jan 12:13
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

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

v0.3.0

10 May 10:56
@vmx vmx
Compare
Choose a tag to compare

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.

v0.2.0

08 May 19:50
@vmx vmx
Compare
Choose a tag to compare

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.

v0.1.9

03 Dec 11:45
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

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

v0.1.8

15 Oct 09:42
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • add missing async dependency (c070fdf)

v0.1.7

19 Jul 10:26
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.1.6

29 Jun 12:03
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

Features