brendan-duncan / archive

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

docs: include 3.4.8 contributing note #296

Closed alestiago closed 8 months ago

alestiago commented 8 months ago

The latest change makes extractArchiveToDisk async, is a breaking change and was released as a minor upgrade. This Pull Request suggesting adding a disclaimer for those users relying on the unawaited_futures lint rule.

brendan-duncan commented 8 months ago

Oh shoot, I knew I would mess up! I didn't mean to check that change in. I'm going to revert it, and make a new function.

brendan-duncan commented 8 months ago

I'll close this, I just pushed 3.4.9 to fix my mistake. Hopefully it doesn't cause too much disruption. Trying to do Dart work and publish late at night isn't always a great idea.