Skip to content

Latest commit

 

History

History
208 lines (94 loc) · 7.47 KB

CHANGELOG.md

File metadata and controls

208 lines (94 loc) · 7.47 KB

2.0.2 (2023-08-07)

Dependencies

  • dev: bump @libp2p/keychain from 2.0.1 to 3.0.2 (#27) (4e92885)

2.0.1 (2023-08-01)

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (c323b2b)
  • Update .github/workflows/stale.yml [skip ci] (7f504dc)
  • Update .github/workflows/stale.yml [skip ci] (ac04fcb)
  • Update .github/workflows/stale.yml [skip ci] (014d55b)

Dependencies

  • bump @libp2p/logger from 2.1.1 to 3.0.0 (#24) (2456c45)
  • dev: bump aegir from 38.1.8 to 39.0.3 (#20) (4eff769)

2.0.0 (2023-03-22)

⚠ BREAKING CHANGES

  • replace err-code with CodeError (#13)

Bug Fixes

Trivial Changes

  • Update .github/workflows/semantic-pull-request.yml [skip ci] (f6e2f94)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (7ce9f67)
  • Update .github/workflows/semantic-pull-request.yml [skip ci] (c9a7099)
  • Update .github/workflows/stale.yml [skip ci] (df4e752)

1.0.0 (2023-01-27)

Features

Trivial Changes

Documentation

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