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

Releases: multiformats/js-multibase

v3.0.2-rc.0

18 Nov 16:26
Compare
Choose a tag to compare
v3.0.2-rc.0 Pre-release
Pre-release

Features

v3.0.1

18 Sep 09:17
@vmx vmx
Compare
Choose a tag to compare
chore: release version v3.0.1

v3.0.0

31 Jul 12:48
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

BREAKING CHANGES

    • node Buffers are not returned any more, only Uint8Arrays

v2.0.0

24 Jul 11:35
Compare
Choose a tag to compare

Features

  • accept Uint8Arrays in place of Buffers (#61) (abc1595)

v1.0.1

18 Jun 10:49
Compare
Choose a tag to compare

Bug Fixes

v1.0.0

09 Jun 12:07
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • names and codes export the full object that maps names/codes to base instances instead of just the keys

v0.7.0

16 Mar 16:45
Compare
Choose a tag to compare

Bug Fixes

  • throw new error object so stack traces are valid (db415c9)

Features

v0.6.1

16 Mar 15:16
Compare
Choose a tag to compare

Bug Fixes

v0.6.0

22 Nov 14:46
474376e
Compare
Choose a tag to compare

Bug Fixes

  • base64url encodes multiple occurances of + and / (#39) (84f79ba), closes #35
  • decode example typo (4d0fc17)
  • do not throw when non buffer/string passed to isEncoded (1ae01a0)

v0.5.0

30 Aug 11:32
0326def
Compare
Choose a tag to compare

Features

  • export list of multibase names and codes (#31) (c9e221c)