brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
411 stars 141 forks source link

Custom windowbit #344

Closed fewensa closed 3 months ago

fewensa commented 3 months ago

Thanks, please feel free to release new version 👍

brendan-duncan commented 3 months ago

You got it in just as I was prepping to update the package to the new 4.0 code. The next release will be a major version update, 4.0. I included the windowbit changes there.

If you wouldn't mind, could you test your project against the new 4.0 version from git? I tried to minimize breaking changes as much as I could, but it is a big update.

fewensa commented 3 months ago

Thanks ❤️