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.5.1
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: v13.0.0
Choose a head ref
  • 3 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 26, 2025

  1. Configuration menu
    Copy the full SHA
    3685574 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. fix!: simplify API (#427)

    Removes all deprecated methods and methods that are not to do with
    parsing and validating multiaddrs.
    
    BREAKING CHANGE: `.resolve`, `.isThinWaist`, `.protos`, `.fromNodeAddress`, etc have been removed
    achingbrain authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    1f3fb63 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.0.0 [skip ci]

    ## [13.0.0](v12.5.1...v13.0.0) (2025-09-02)
    
    ### ⚠ BREAKING CHANGES
    
    * `.resolve`, `.isThinWaist`, `.protos`, `.fromNodeAddress`, etc have been removed
    
    ### Bug Fixes
    
    * simplify API ([#427](#427)) ([1f3fb63](1f3fb63))
    
    ### Trivial Changes
    
    * add or force update .github/workflows/stale.yml ([#428](#428)) ([3685574](3685574))
    semantic-release-bot committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    a0aed7f View commit details
    Browse the repository at this point in the history
Loading