Skip to content

Releases: multiformats/js-uri-to-multiaddr

v8.0.0

01 Mar 13:10
Compare
Choose a tag to compare

8.0.0 (2024-03-01)

⚠ BREAKING CHANGES

  • the default export has been replaced with a named export of uriToMultiaddr

Features

v7.0.1

01 Mar 12:21
Compare
Choose a tag to compare

7.0.1 (2024-03-01)

Dependencies

  • bump @multiformats/multiaddr from 11.6.1 to 12.1.14 (#43) (239564e)
  • dev: bump aegir from 37.12.1 to 42.2.5 (#44) (e59c2d8)

v7.0.0

21 Sep 15:50
Compare
Choose a tag to compare

7.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • this module is now ESM only

Features

v4.0.0

14 Aug 13:13
ae7098e
Compare
Choose a tag to compare

Updated to use multiaddr@8. That lib has a breaking change, and this lib returns Multiaddr objects, so be aware:

The multiaddr dep this module uses has had the .buffer property renamed to .bytes so should not be used with older versions of
the same module

https://github.com/multiformats/js-multiaddr/releases/tag/v8.0.0