All Versions
34
Latest Version
Avg Release Cycle
128 days
Latest Release
1079 days ago

Changelog History
Page 4

  • v2.1.0 Changes

    February 06, 2014
    • split the files and use Browserify to generate the final file (see #74)
    • packaging change : instead of 4 files (jszip.js, jszip-load.js, jszip-inflate.js, jszip-deflate.js) we now have 2 files : dist/jszip.js and dist/jszip.min.js
    • add component/bower support
    • rename variable: 'byte' is a reserved word (see #76)
    • add support for the unicode path extra field (see #82)
    • ensure that the generated files have a header with the licenses (see #80)
  • v2.0.0 Changes

    October 20, 2013
    • 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.

  • v1.0.1 Changes

    March 04, 2013
    • Fixed an issue when generating a compressed zip file with empty files or folders, see #33.
    • With bad data (null or undefined), asText/asBinary/asUint8Array/asArrayBuffer methods now return an empty string, see #36.
  • v1.0.0 Changes

    February 14, 2013
    • ๐Ÿš€ First release after a long period without version.