brendan-duncan / archive

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

3.5 Missing property ZipFileEncoder.zipPath #333

Open Mike-3 opened 5 months ago

Mike-3 commented 5 months ago

After the update to 3.5, the code shows me that the zipPath property of the ZipFileEncoder is no longer available. Is that on purpose? Because there is no version jump to 4.0, I thought it had to be compatible.

brendan-duncan commented 5 months ago

It wasn't intentional. It got taken out in a PR and I didn't catch it. I'll add it back in.

brendan-duncan commented 5 months ago

I pushed 3.5.1 with that property re-added. Sorry about that.