Skip to content

Releases: multiformats/js-uri-to-multiaddr

v9.0.1

26 Mar 10:51
Compare
Choose a tag to compare

9.0.1 (2025-03-26)

Bug Fixes

  • prefer /tls/http to /https and /tls/ws to /wss (#56) (8293d85), closes #6

v9.0.0

26 Mar 10:42
Compare
Choose a tag to compare

9.0.0 (2025-03-26)

⚠ BREAKING CHANGES

  • returned multiaddrs created from domain names used to start with /dns4, now they start with /dns - pass defaultDnsType: 'dns4' to restore the previous behaviour

Bug Fixes

  • prefer /dns to allow resolving A or AAAA records (#55) (4fbd126), closes #8

v8.1.0

26 Mar 10:22
Compare
Choose a tag to compare

8.1.0 (2025-03-26)

Features

v8.0.1

26 Mar 10:16
Compare
Choose a tag to compare

8.0.1 (2025-03-26)

Dependencies

  • dev: bump aegir from 42.2.11 to 45.1.4 (#54) (dfd7fa9)

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