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

Releases: ipld/js-ipld-dag-cbor

v1.0.1

Choose a tag to compare

@achingbrain achingbrain released this 11 Aug 08:08
chore: release version v1.0.1

v1.0.0

Choose a tag to compare

@achingbrain achingbrain released this 27 Apr 18:15

chore

BREAKING CHANGES

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

v0.18.0

Choose a tag to compare

@vmx vmx released this 11 Mar 13:20
chore: release version v0.18.0

v0.17.1

Choose a tag to compare

@vmx vmx released this 03 Mar 11:43
chore: release version v0.17.1

v0.17.0

Choose a tag to compare

@vmx vmx released this 04 Aug 16:20

Bug Fixes

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

BREAKING CHANGES

    • util.serialize now returns a Uint8Array

v0.16.0

Choose a tag to compare

@vmx vmx released this 10 Jul 13:50

Bug Fixes

v0.15.3

Choose a tag to compare

@vmx vmx released this 10 Jun 10:32

Features

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

v0.15.2

Choose a tag to compare

@vmx vmx released this 27 Mar 10:54

Bug Fixes

v0.15.1

Choose a tag to compare

@vmx vmx released this 13 Jan 12:14

Bug Fixes

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

v0.15.0

Choose a tag to compare

@vmx vmx released this 10 May 10:57

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.