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.1.8
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.1.9
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 6, 2023

  1. fix: use Multiaddr as class name (#352)

    Cosmetic change ahead.
    
    When logging multaddrs in browsers `DefaultMultiaddr` appears in
    the console.
    
    It's called this to prevent a collision with the `Multiaddr`
    TypeScript interface name.
    
    The interfaces are removed at compile time so here we import the
    interface with a different name, freeing up the `Multiaddr` symbol
    to be used as the class name.
    achingbrain authored Nov 6, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    35348cd View commit details
  2. chore(release): 12.1.9 [skip ci]

    ## [12.1.9](v12.1.8...v12.1.9) (2023-11-06)
    
    ### Bug Fixes
    
    * use Multiaddr as class name ([#352](#352)) ([35348cd](35348cd))
    semantic-release-bot committed Nov 6, 2023
    Copy the full SHA
    8469ada View commit details
Loading