ipld / js-ipld-block

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

feat: Aadd Uint8Array support #53

Closed Gozala closed 4 years ago

Gozala commented 4 years ago

As per #52

codecov[bot] commented 4 years ago

Codecov Report

Merging #53 into master will increase coverage by 1.78%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   85.71%   87.50%   +1.78%     
==========================================
  Files           1        1              
  Lines          14       16       +2     
==========================================
+ Hits           12       14       +2     
  Misses          2        2              
Impacted Files Coverage Δ
src/index.js 87.50% <100.00%> (+1.78%) :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 7059cc8...76959ae. Read the comment docs.

Gozala commented 4 years ago

Can someone please land this & cut release so I can pull it into upstream packages.

vmx commented 4 years ago

Done.

vmx commented 4 years ago

@Gozala BTW: if you add something like "Closes: #52" to the commit message it will close the issue automatically if a change is merged (see https://github.blog/2013-01-22-closing-issues-via-commit-messages/ for more information).