brendan-duncan/archive

3.5 Missing property ZipFileEncoder.zipPath

Opened this issue · 2 comments

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.

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

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