ipld / js-ipld-block

Implementation of the Block data structure in JavaScript.
MIT License
13 stars 16 forks source link

feat: this module is now named `ipld-block` #46

Closed vmx closed 5 years ago

vmx commented 5 years ago

BREAKING CHANGE: The symbol for comparing blocks changed

This means that if you are a user of this module, updating to this version is also a breaking change for your module. Don't forgot to make the corresponding version bump on your next release.

codecov[bot] commented 5 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   84.61%   84.61%           
=======================================
  Files           1        1           
  Lines          13       13           
=======================================
  Hits           11       11           
  Misses          2        2
Impacted Files Coverage Δ
src/index.js 84.61% <100%> (ø) :arrow_up:

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 878c6d9...57e26d7. Read the comment docs.

vmx commented 5 years ago

@mikeal @alanshaw A review would be great to make sure I haven't missed anything before I do the first proper release.