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

Releases: ipld/js-ipld-git

v0.6.6

24 Aug 13:18
Compare
Choose a tag to compare
chore: release version v0.6.6

v0.6.5

11 Aug 15:46
Compare
Choose a tag to compare
chore: release version v0.6.5

v0.6.4

03 Mar 11:56
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.6.4

v0.6.1

05 Aug 10:19
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • convert output of multihash.decode to buffer (20dd68f)

v0.6.0

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

Bug Fixes

  • replace node buffers with uint8arrays (#70) (8c999ba)

BREAKING CHANGES

    • util.serialize returns a Uint8Array

v0.5.3

24 Jul 11:44
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.5.3

v0.5.2

19 Jun 13:30
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.5.1

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

Bug Fixes

  • package: update multicodec to version 1.0.0 (6dbc3c8)
  • package: update multihashing-async to version 0.8.0 (fcf7f6f)

v0.5.0

10 May 12:29
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

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

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.4.0

08 May 20:09
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • package: update cids to version 0.6.0 (fe0ac8b)
  • package: update multihashing-async to version 0.6.0 (784c464)

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.