JSZip v2.0.0 Release Notes

Release Date: 2013-10-20 // over 10 years ago
    • JSZipBase64 has been renamed to JSZip.base64.
    • The data attribute on the object returned by zip.file(name) has been removed. Use asText(), asBinary(), asUint8Array(), asArrayBuffer() or asNodeBuffer().

    • Fix issue with Android browser

    • The compression/decompression methods now give their input type with the compressInputType and uncompressInputType attributes.

    • Lazily decompress data when needed and improve performance in general

    • Add support for Buffer in Node.js.

    • Package for CommonJS/npm.