Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: multiformats/js-multiaddr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.3.5
Choose a base ref
...
head repository: multiformats/js-multiaddr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.4.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 20, 2025

  1. feat: add fromTuples and fromStringTuples methods (#397)

    Adds methods to create Multiaddr instances from arrays of tuples
    so it's possible to insert tuples into Multiaddrs without having
    to stringify/parse them
    achingbrain authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    c9058ab View commit details
    Browse the repository at this point in the history
  2. chore(release): 12.4.0 [skip ci]

    ## [12.4.0](v12.3.5...v12.4.0) (2025-02-20)
    
    ### Features
    
    * add fromTuples and fromStringTuples methods ([#397](#397)) ([c9058ab](c9058ab))
    semantic-release-bot committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    744e07a View commit details
    Browse the repository at this point in the history
Loading