Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: use buffer.concat in node #76

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Conversation

achingbrain
Copy link
Owner

@achingbrain achingbrain commented Dec 7, 2023

Reinstates the performance changes from #73

BREAKING CHANGE: concat now expects an array of Uint8Arrays

Reinstantes the performance changes from #73

BREAKING CHANGE: concat now expects an array of Uint8Arrays
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bf6d760) 99.28% compared to head (380bce0) 99.26%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   99.28%   99.26%   -0.02%     
==========================================
  Files          16       16              
  Lines         559      547      -12     
  Branches      102      102              
==========================================
- Hits          555      543      -12     
  Misses          4        4              
Flag Coverage Δ
chrome 93.30% <66.66%> (-0.74%) ⬇️
node 90.12% <83.33%> (-2.90%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@achingbrain achingbrain merged commit ea51546 into main Dec 7, 2023
21 checks passed
@achingbrain achingbrain deleted the feat/use-buffer-concat-in-node branch December 7, 2023 08:45
github-actions bot pushed a commit that referenced this pull request Dec 7, 2023
## [5.0.0](v4.0.10...v5.0.0) (2023-12-07)

### ⚠ BREAKING CHANGES

* concat now expects an array of Uint8Arrays

### Features

* use buffer.concat in node ([#76](#76)) ([ea51546](ea51546)), closes [#73](#73)
Copy link

github-actions bot commented Dec 7, 2023

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant