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

Releases: ipld/js-ipld-git

v0.6.6

Choose a tag to compare

@achingbrain achingbrain released this 24 Aug 13:18
chore: release version v0.6.6

v0.6.5

Choose a tag to compare

@achingbrain achingbrain released this 11 Aug 15:46
chore: release version v0.6.5

v0.6.4

Choose a tag to compare

@vmx vmx released this 03 Mar 11:56
chore: release version v0.6.4

v0.6.1

Choose a tag to compare

@vmx vmx released this 05 Aug 10:19

Bug Fixes

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

v0.6.0

Choose a tag to compare

@vmx vmx released this 04 Aug 16:24

Bug Fixes

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

BREAKING CHANGES

    • util.serialize returns a Uint8Array

v0.5.3

Choose a tag to compare

@vmx vmx released this 24 Jul 11:44
chore: release version v0.5.3

v0.5.2

Choose a tag to compare

@vmx vmx released this 19 Jun 13:30

Bug Fixes

v0.5.1

Choose a tag to compare

@vmx vmx released this 13 Jan 12:29

Bug Fixes

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

v0.5.0

Choose a tag to compare

@vmx vmx released this 10 May 12:29

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

Choose a tag to compare

@vmx vmx released this 08 May 20:09

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.