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

Releases: ipld/js-ipld-dag-cbor

v1.0.1

11 Aug 08:08
Compare
Choose a tag to compare
chore: release version v1.0.1

v1.0.0

27 Apr 18:15
Compare
Choose a tag to compare

chore

BREAKING CHANGES

  • buffer@6.x.x has dropped support for IE and Safari < 10

v0.18.0

11 Mar 13:20
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.18.0

v0.17.1

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

v0.17.0

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

Bug Fixes

  • replace node buffers with uint8arrays (#134) (41587e7)

BREAKING CHANGES

    • util.serialize now returns a Uint8Array

v0.16.0

10 Jul 13:50
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.15.3

10 Jun 10:32
@vmx vmx
Compare
Choose a tag to compare

Features

  • serialize Uint8Array as binary (like Buffer) (95f6bda)

v0.15.2

27 Mar 10:54
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.15.1

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

Bug Fixes

  • package: update multicodec to version 1.0.0 (d1d78a0)
  • package: update multihashing-async to version 0.8.0 (b8d4a55)

v0.15.0

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

Bug Fixes

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

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.