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

Latest commit

 

History

History
204 lines (91 loc) · 7.31 KB

CHANGELOG.md

File metadata and controls

204 lines (91 loc) · 7.31 KB

2.0.1 (2023-06-15)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (7fd8023)
  • Update .github/workflows/stale.yml [skip ci] (c185b0d)

Dependencies

  • dev: bump aegir from 38.1.8 to 39.0.10 (#70) (4da4a08)

2.0.0 (2023-03-13)

⚠ BREAKING CHANGES

  • requires most recent datastore implementation

Bug Fixes

1.0.1 (2023-03-13)

Bug Fixes

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (f3985cc)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (d8b81ff)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (a0a6972)
  • Update .github/workflows/stale.yml [skip ci] (b2cf129)

1.0.0 (2023-01-27)

⚠ BREAKING CHANGES

  • this module is now typescript and does not store the self key on startup. cms operations have also been moved to @libp2p/cms

Features

Trivial Changes

0.6.1 (2020-06-09)

0.6.0 (2019-12-18)

0.5.4 (2019-12-18)

0.5.3 (2019-12-18)

0.5.2 (2019-12-02)

0.5.1 (2019-09-25)

0.5.0 (2019-08-16)

  • 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

0.4.2 (2019-06-13)

Bug Fixes

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

0.4.1 (2019-03-14)

0.4.0 (2019-02-26)

Features

  • adds support for ed25199 and secp256k1 (#31) (9eb11f4)

0.3.6 (2019-01-10)

Bug Fixes

0.3.5 (2019-01-10)

0.3.4 (2019-01-04)

0.3.3 (2018-10-25)

0.3.2 (2018-09-18)

Bug Fixes

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

0.3.1 (2018-01-29)

0.3.0 (2018-01-29)

Bug Fixes

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

0.2.1 (2017-12-28)

Features

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

0.2.0 (2017-12-20)

Bug Fixes

Features