libp2p / js-peer-id

peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.
https://github.com/libp2p/js-libp2p-peer-id
MIT License
80 stars 44 forks source link

feat: deprecate isEqual in favor of equals #107

Closed jacobheun closed 4 years ago

jacobheun commented 4 years ago

Resolves https://github.com/libp2p/js-peer-id/issues/94.

This deprecates isEqual in favor of equals. I added a deprecation notice to the readme about removing support for this whenever we release 0.14. If this looks good I will create an issue to track its removal.