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: transform data using oson #60

Merged
merged 4 commits into from
Nov 26, 2022
Merged

feat: transform data using oson #60

merged 4 commits into from
Nov 26, 2022

Conversation

KnorpelSenf
Copy link
Member

Compresses the data the conversation plugin stores in the session by converting it using oson. This

  • reduces the size
  • adds support for countless data types

Closes #28.

@KnorpelSenf KnorpelSenf marked this pull request as ready for review November 26, 2022 19:44
@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2022

Codecov Report

Base: 97.65% // Head: 96.48% // Decreases project coverage by -1.16% ⚠️

Coverage data is based on head (2bbc53f) compared to base (f2f3aec).
Patch coverage: 88.99% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
- Coverage   97.65%   96.48%   -1.17%     
==========================================
  Files           4        4              
  Lines         726      826     +100     
  Branches      111      119       +8     
==========================================
+ Hits          709      797      +88     
- Misses         16       28      +12     
  Partials        1        1              
Impacted Files Coverage Δ
src/conversation.ts 96.14% <88.46%> (-1.38%) ⬇️
src/deps.deno.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@KnorpelSenf KnorpelSenf merged commit 8f52c4d into main Nov 26, 2022
@KnorpelSenf KnorpelSenf deleted the oson branch November 26, 2022 20:18
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.

fix function clone in utils.ts
2 participants