Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Releases: libp2p/js-libp2p-keychain

v0.5.0

16 Aug 13:25
Compare
Choose a tag to compare
  • refactor: use async/await instead of callbacks (#37) (dda315a), closes #37

BREAKING CHANGES

  • The api now uses async/await instead of callbacks.

Co-Authored-By: Vasco Santos vasco.santos@moxy.studio

v0.4.2

13 Jun 13:50
Compare
Choose a tag to compare

Bug Fixes

  • throw errors with correct stack trace (#35) (7051b9c)

v0.4.1

14 Mar 22:39
Compare
Choose a tag to compare
chore: release version v0.4.1

v0.3.6

10 Jan 11:34
Compare
Choose a tag to compare

Bug Fixes

v0.3.4

04 Jan 10:54
Compare
Choose a tag to compare
chore: release version v0.3.4

v0.3.3

25 Oct 08:37
Compare
Choose a tag to compare
chore: release version v0.3.3

v0.3.2

18 Sep 12:02
Compare
Choose a tag to compare

Bug Fixes

  • validate createKey params properly (#26) (8dfaab1)

v0.3.1

29 Jan 06:37
Compare
Choose a tag to compare
chore: release version v0.3.1

v0.3.0

29 Jan 06:23
Compare
Choose a tag to compare

Bug Fixes

  • deepmerge 2.0.1 fails in browser, stay with 1.5.2 (2ce4444)

v0.2.1

28 Dec 08:51
Compare
Choose a tag to compare

Features

  • generate unique options for a key chain (#20) (89a451c)