This repository was archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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-cid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: multiformats/js-cid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 8 files changed
- 4 contributors
Commits on Apr 4, 2019
-
feat: preserve base when constructed from a string
BREAKING CHANGE: previously base was not preserved and all CIDs would be normalised to base58btc when asking for their string representation. The default will change to base32 in https://github.com/multiformats/js-cid/pull/73/files The idea behind this change is that we shouldnt lose information when the user passes us a base encoded string, but keep it and use it as the default base so toString returns the same string they provided. I'd like this as a fix for ipld explorer, which currently forces all CIDs into base58btc, seee: ipfs/ipfs-webui#999 License: MIT Signed-off-by: Oli Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e597b9 - Browse repository at this point
Copy the full SHA 2e597b9View commit details -
chore: validate and test CIDv0 invariants
Adds tests for - base other than 'base32btc' for CIDv0 - codec other than 'dag-pb' for CIDv0 License: MIT Signed-off-by: Oli Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e94b55 - Browse repository at this point
Copy the full SHA 0e94b55View commit details -
feat: cache string represntation
store the string form of the CID as a non-enumerable property where an instance is constructed from a valid string, or after the first call to toBaseEncodedString where the supplied base matches the default base. adds tests for string caching, and some missing test cases. License: MIT Signed-off-by: Oli Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 537f604 - Browse repository at this point
Copy the full SHA 537f604View commit details -
Add flow type definitions which would improve workflow for dependent libraries that happen to use flow type-checker.
Configuration menu - View commit details
-
Copy full SHA for 1cf9740 - Browse repository at this point
Copy the full SHA 1cf9740View commit details -
Configuration menu - View commit details
-
Copy full SHA for a75da83 - Browse repository at this point
Copy the full SHA a75da83View commit details
Commits on Apr 8, 2019
-
docs: add multibaseName param with better examples
- Clarify how to use the mutlibaseName param in the README. - Update the usage section with clear examples
Configuration menu - View commit details
-
Copy full SHA for e6634fe - Browse repository at this point
Copy the full SHA e6634feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f7ffd - Browse repository at this point
Copy the full SHA 93f7ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b29e421 - Browse repository at this point
Copy the full SHA b29e421View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.8...v0.6.0