-
Notifications
You must be signed in to change notification settings - Fork 655
BREAKING(encoding/unstable): merge Base32Hex(Encoder|Decoder)Stream to Base32(Encoder|Decoder)Stream #6452
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
Conversation
- Bring performance to stable packages - Change how the Raw encoders and decoders work to encode inline in an existing buffer
- Merged Base32, Base32Hex, and Base32Crockford into one file. - Merged Base64, and Base64Url into one file. - Added Tests for 100% coverage. - Added JSDocs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6452 +/- ##
==========================================
- Coverage 95.71% 95.69% -0.03%
==========================================
Files 575 574 -1
Lines 43192 43182 -10
Branches 6475 6469 -6
==========================================
- Hits 41342 41322 -20
- Misses 1816 1825 +9
- Partials 34 35 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Jumping from: #6442
Pulling the unstable base32 content out into a separate pull request