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

Releases: multiformats/js-cid

v1.0.2

14 Oct 10:14
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v1.0.1

25 Sep 13:23
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v1.0.0

04 Aug 12:12
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (#117) (a7ae250)

Features

BREAKING CHANGES

    • node Buffers have been replaced with Uint8Arrays
  • the .buffer property has been renamed to .bytes and is now a Uint8Array
  • the .prefix property is now a Uint8Array

v0.8.3

19 Jun 17:34
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • fix support for identity multihash (#93) (51105b6)

v0.8.2

15 Jun 15:37
@vmx vmx
Compare
Choose a tag to compare

Features

v0.8.1

22 May 12:18
@vmx vmx
Compare
Choose a tag to compare

Features

  • support type predicates (f7ede61)

v0.8.0

24 Mar 16:52
@vmx vmx
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

  • base1 support was removed

v0.7.5

24 Mar 10:34
@vmx vmx
Compare
Choose a tag to compare

Features

  • add nodejs.util.inspect.custom (fe953c1)

v0.7.4

16 Mar 10:53
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.7.3

24 Jan 18:15
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • address review requests + ordering (29e2def)
  • update toString to include optional base (5aff196)

Features

  • more correct type defs + docs (4eb0c60)