ipld / js-ipld-git

MIT License
34 stars 11 forks source link

Update cids to the latest version 🚀 #52

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency cids was updated from 0.6.0 to 0.7.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v0.7.0

Bug Fixes

  • broken link to contributing document (c29d12e)
  • update typedefs to reflect API changes (63cd5f3), closes #77

Code Refactoring

  • default to base32 encoding for v1 CIDs (2f854c7)

BREAKING CHANGES

  • The default string encoding for v1 CIDs has changed from base58btc to base32.

License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai

Commits

The new version differs by 9 commits.

  • 47f03c1 chore: release version v0.7.0
  • 0a383c8 chore: update contributors
  • 07b3c2a chore: update multihashing-async to 0.7.0
  • d1ee91b docs: update usage docs for base32 encoded CIDv1
  • 6c5a137 docs: add docs on multibaseName value for v1 CIDs
  • 2f854c7 refactor: default to base32 encoding for v1 CIDs
  • c29d12e fix: broken link to contributing document
  • f726a38 chore: update multicodec
  • 63cd5f3 fix: update typedefs to reflect API changes

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

alanshaw commented 5 years ago

@vmx 🙏 please can has release?

codecov[bot] commented 5 years ago

Codecov Report

Merging #52 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   84.55%   84.55%           
=======================================
  Files           7        7           
  Lines         259      259           
=======================================
  Hits          219      219           
  Misses         40       40

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update af0dc5e...5fa9f5c. Read the comment docs.