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

add option compressionLevel, forwarded to zlib #85

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

thejoshwolfe
Copy link
Owner

All apis for adding files to the archive allow specifying compression level as an alternative to just enabling compression.

And minor documentation changes:

  • Fix documentation incorrectly claiming that you need to disable compression for addEmptyDirectory in order to get a calculated total size.
  • Remove documentation suggesting to use optional size option to support calculating the total size in anticipation of my next change ...

Closes #84 .

* Fix documentation incorrectly claiming that you need to disable compression for addEmptyDirectory in order to get a calculated total size.
* Remove documentation suggesting to use optional size option to support calculating the total size in anticipation of my next change ...
@thejoshwolfe thejoshwolfe merged commit dc98ae5 into master Nov 2, 2024
@thejoshwolfe thejoshwolfe deleted the compression-level branch November 2, 2024 19:27
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.

[Idea]: allow setting the compression level
1 participant