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

Breaking changes for 1.0.0 #214

Merged
merged 19 commits into from
Jul 29, 2023
Merged

Breaking changes for 1.0.0 #214

merged 19 commits into from
Jul 29, 2023

Conversation

dajiaji
Copy link
Owner

@dajiaji dajiaji commented Jul 29, 2023

Closes #114

@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2023

Codecov Report

Merging #214 (6fe00c8) into main (8775178) will increase coverage by 0.88%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #214      +/-   ##
==========================================
+ Coverage   96.13%   97.01%   +0.88%     
==========================================
  Files          29       32       +3     
  Lines        2485     2482       -3     
  Branches      217      224       +7     
==========================================
+ Hits         2389     2408      +19     
+ Misses         96       73      -23     
- Partials        0        1       +1     
Flag Coverage Δ
unittests 97.01% <100.00%> (+0.88%) ⬆️

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

Files Changed Coverage Δ
mod.ts 100.00% <ø> (ø)
src/identifiers.ts 100.00% <ø> (ø)
src/aeads/aesGcm.ts 100.00% <100.00%> (ø)
src/aeads/chacha20Poly1305.ts 100.00% <100.00%> (ø)
src/aeads/exportOnly.ts 100.00% <100.00%> (ø)
src/cipherSuite.ts 100.00% <100.00%> (ø)
src/cipherSuiteNative.ts 100.00% <100.00%> (ø)
src/encryptionContext.ts 93.47% <100.00%> (-2.18%) ⬇️
src/exporterContext.ts 96.87% <100.00%> (-0.46%) ⬇️
src/kdfs/hkdf.ts 98.22% <100.00%> (+11.99%) ⬆️
... and 3 more

@dajiaji dajiaji merged commit e475a45 into main Jul 29, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for bi-directional encryption.
2 participants