Skip to content

Latest commit

 

History

History
556 lines (221 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

556 lines (221 loc) · 14.6 KB

0.16.0 (2021-12-01)

chore

BREAKING CHANGES

  • requires node 15+
  • removes install cli tool

0.15.4 (2021-11-26)

0.15.3 (2021-08-18)

0.15.2 (2021-07-26)

Bug Fixes

  • use undefined instead of null privKey (#154) (35faac2)

0.15.1 (2021-07-12)

Bug Fixes

0.15.0 (2021-07-06)

chore

BREAKING CHANGES

  • uses the CID class from the new multiformats module

Co-authored-by: Vasco Santos vasco.santos@moxy.studio

0.14.8 (2021-04-20)

Bug Fixes

0.14.7 (2021-04-13)

0.14.6 (2021-04-06)

0.14.4 (2021-03-29)

Bug Fixes

  • remove toString side effect that breaks deep equals (#142) (eeb5330), closes #141

0.14.3 (2021-01-26)

0.14.2 (2020-09-23)

Features

0.14.1 (2020-09-03)

Bug Fixes

BREAKING CHANGES

    • Where node Buffers were returned, now Uint8Arrays are
  • chore: remove gh dep

0.14.0 (2020-08-07)

Bug Fixes

  • replace node buffers with uint8arrays (#127) (d16ce9c)

BREAKING CHANGES

    • Where node Buffers were returned, now Uint8Arrays are
  • chore: remove gh dep

0.13.13 (2020-06-23)

0.13.12 (2020-04-22)

Features

  • cli: add support for specifying type and size (#122) (8cd9dfb)

0.13.11 (2020-03-26)

0.13.10 (2020-03-18)

Bug Fixes

0.13.9 (2020-02-19)

0.13.8 (2020-02-18)

Bug Fixes

Features

0.13.7 (2020-01-27)

Features

0.13.6 (2019-12-18)

Bug Fixes

  • catch errors thrown by multihash decode (#109) (65e0b74)

0.13.5 (2019-11-12)

Features

  • deprecate isEqual in favor of equals (#107) (bbf0416)

0.13.4 (2019-11-04)

Bug Fixes

Features

0.13.3 (2019-09-25)

Features

  • allow nested PeerIds to support pubKey function when using identity encoding (#101) (f39fb24)

0.13.2 (2019-07-12)

Features

0.13.1 (2019-07-11)

Features

  • peerid: support creating from secp256k1; harmonize algo with Go (#95) (17440a3)

0.13.0 (2019-07-11)

Features

BREAKING CHANGES

  • API refactored to use async/await

0.12.2 (2019-01-09)

Bug Fixes

  • clean repo and bundle size reduction (cd20993)

0.12.1 (2019-01-03)

0.12.0 (2018-10-18)

Bug Fixes

  • add peerIdWithIs to the API functions using the instance (2e5e666)

Features

0.11.0 (2018-07-02)

Features

  • change toPrint output to match go implementation (e8ab1b9)

0.10.7 (2018-04-05)

0.10.6 (2018-02-12)

0.10.5 (2018-01-28)

0.10.4 (2017-12-20)

Bug Fixes

0.10.3 (2017-12-01)

Bug Fixes

  • catch error when unmarshaling instead of crashing (#72) (156911e)

0.10.2 (2017-10-12)

Bug Fixes

  • Always add public key to constructor if possible, Fix for undefined pubKey in remote peers (#68) (3abdcda)

0.10.1 (2017-09-07)

Features

  • deps: update aegir and libp2p-crypto (#67) (d7088d6)

0.10.0 (2017-09-03)

Features

0.9.0 (2017-07-22)

Features

0.8.8 (2017-07-21)

0.8.7 (2017-04-03)

Features

0.8.6 (2017-03-30)

Features

0.8.5 (2017-03-27)

Bug Fixes

  • avoid using constructor.name (a3fe1a2)

Features

0.8.4 (2017-03-16)

0.8.2 (2017-02-09)

0.8.1 (2016-12-18)

Features

  • cache b58 id (bebb0a7)
  • create b58 string on creation and throw on id mutation (78d96d0)

0.8.0 (2016-11-03)

  • Async Crypto Endeavour (#33) (31701e2)

BREAKING CHANGES

  • This changes the interface of .create, .createFromPrivKey, .createFromPubKey, .createFromJSON

0.7.0 (2016-05-26)

Bug Fixes

  • code review and docs and go interop (58f1933)
  • use new version of libp2p-crypto (ab55046)

0.6.7 (2016-05-23)

0.6.6 (2016-04-12)

0.6.5 (2016-04-12)

0.6.1 (2016-03-15)

0.6.0 (2016-03-10)

0.5.3 (2016-03-05)

0.5.1 (2016-03-03)

0.5.0 (2016-02-14)

0.4.0 (2015-11-05)

0.3.4 (2015-10-28)

0.3.3 (2015-09-15)

0.3.2 (2015-09-14)

0.3.1 (2015-08-25)

0.3.0 (2015-07-19)

0.2.0 (2015-07-17)

0.1.0 (2015-07-08)