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-multiformats
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.2.2
Choose a base ref
...
head repository: multiformats/js-multiformats
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.2.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 12, 2024

  1. fix: CID.parse(base36) (#307)

    This aims to support base36 out of the box, without having to specify
    the 'base' parameter explicitly.
    
    Rationale is that base36 is used across ecosystem for PeerIDs that have
    to be represented in base36 to fit in a single DNS label (due to limit
    of 63 characters).
    lidel authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    892f198 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.2.3 [skip ci]

    ## [13.2.3](v13.2.2...v13.2.3) (2024-09-12)
    
    ### Bug Fixes
    
    * CID.parse(base36) ([#307](#307)) ([892f198](892f198))
    semantic-release-bot committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1061ae7 View commit details
    Browse the repository at this point in the history
Loading