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 39
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.3
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.5.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 5 files changed
- 3 contributors
Commits on May 7, 2018
-
chore: add module Lead Maintainer
The Guidelines for the InterPlanetary JavaScript Projects [1] specify that there is one Lead Maintainer for every module. This commit add that information to the repository. [1]: https://github.com/ipfs/community/blob/master/js-code-guidelines.md
Configuration menu - View commit details
-
Copy full SHA for 4d7bcf8 - Browse repository at this point
Copy the full SHA 4d7bcf8View commit details
Commits on Jun 19, 2018
-
fix: remove direct access to codec lookup table
Use `getCodeVarint()` instead of directly accessing the lookup table of the multicodec module. This leads to nicer error messages if the given codec is not found. Prior to this commit: buffer.js:183 throw new TypeError(kFromErrorMsg); ^ TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object. at Function.Buffer.from (buffer.js:183:11) at CID.get buffer [as buffer] (/home/vmx/src/pl/js-cid/src/index.js:123:18) at CID.toBaseEncodedString (/home/vmx/src/pl/js-cid/src/index.js:184:44) at Object.<anonymous> (/home/vmx/src/pl/js-cid/keccak.js:16:19) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) With this commit: /home/vmx/src/pl/js-multicodec/src/index.js:73 throw new Error('Codec `' + codecName + '` not found') ^ Error: Codec `mycodec` not found at Object.exports.getCodeVarint (/home/vmx/src/pl/js-multicodec/src/index.js:73:11) at CID.get buffer [as buffer] (/home/vmx/src/pl/js-cid/src/index.js:121:38) at CID.toBaseEncodedString (/home/vmx/src/pl/js-cid/src/index.js:186:44) at Object.<anonymous> (/home/vmx/src/pl/js-cid/keccak.js:16:19) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10)
Configuration menu - View commit details
-
Copy full SHA for 4027108 - Browse repository at this point
Copy the full SHA 4027108View commit details
Commits on Sep 11, 2018
-
This makes stringifying a CID super easy like `${cid}` or `cid+''`. License: MIT Signed-off-by: Alan Shaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f47e68c - Browse repository at this point
Copy the full SHA f47e68cView commit details
Commits on Sep 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6b6873b - Browse repository at this point
Copy the full SHA 6b6873bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9359d - Browse repository at this point
Copy the full SHA 9f9359dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5805660 - Browse repository at this point
Copy the full SHA 5805660View commit details
Commits on Sep 14, 2018
-
Merge pull request #58 from mikeal/class-is
fix: improve isCID() by using `class-is` module.
Configuration menu - View commit details
-
Copy full SHA for db1875e - Browse repository at this point
Copy the full SHA db1875eView commit details
Commits on Sep 18, 2018
-
docs: move API docs into README (#56)
I end up referring to these docs often and the generated documentation is not very useful or informative. I wrote up more human readable docs and put them in the README to replace the generated docs. This API isn't so large that we can't just document it in the README.
Configuration menu - View commit details
-
Copy full SHA for d996fd5 - Browse repository at this point
Copy the full SHA d996fd5View commit details
Commits on Sep 24, 2018
-
Travis and CirclCI are no longer used. The supported versions of node are defined in the JS Guidelines (currently all active LTS releases).
Configuration menu - View commit details
-
Copy full SHA for aa31f20 - Browse repository at this point
Copy the full SHA aa31f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64cf8f2 - Browse repository at this point
Copy the full SHA 64cf8f2View commit details -
chore: switch from pre-commit to pre-push hooks
pre-commit hooks get into the way too often. pre-push hooks safes from accidental pushes with linting and test errors.
Configuration menu - View commit details
-
Copy full SHA for 8e87760 - Browse repository at this point
Copy the full SHA 8e87760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 793e53b - Browse repository at this point
Copy the full SHA 793e53bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc21a2 - Browse repository at this point
Copy the full SHA ebc21a2View 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.3...v0.5.4