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

Changelog History
Page 3

  • v3.0.0 Changes

    April 13, 2016

    ๐Ÿ“š This release changes a lot of methods, please see the upgrade guide.

    • ๐Ÿ‘€ replace sync getters and generate() with async methods (see #195).
    • ๐Ÿ‘Œ support nodejs streams (in file() and generateAsync()).
    • ๐Ÿ‘Œ support Blob and Promise in file() and loadAsync() (see #275).
    • โž• add support.nodestream.
    • ๐Ÿšš zip.filter: remove the defensive copy.
    • โœ‚ remove the deprecated API (see #253).
    • type is now mandatory in generateAsync().
    • ๐Ÿ”„ change the createFolders default value (now true).
    • Dates: use UTC instead of the local timezone.
    • โž• Add base64 and array as possible output type.
    • โž• Add a forEach method.
    • โฌ‡๏ธ Drop node 0.8 support (see #270).
  • v2.6.1 Changes

    July 28, 2016
    • โšก๏ธ update pako to v1.0.2 to fix a DEFLATE bug (see #322).
  • v2.6.0 Changes

    March 23, 2016
    • ๐Ÿ‘€ publish dist/ files in the npm package (see #225).
    • โšก๏ธ update pako to v1.0.0 (see #261).
    • โž• add support of Array in JSZip#load (see #252).
    • ๐Ÿ‘Œ improve file name / comment encoding support (see #211).
    • ๐Ÿ‘€ handle prepended data (see #266).
    • ๐Ÿ‘Œ improve platform coverage in tests (see #233 and #269).
  • v2.5.0 Changes

    March 10, 2015
    • โž• add support for custom mime-types (see #199).
    • โž• add an option to set the DEFLATE level (see #201).
    • ๐Ÿ‘Œ improve the error message with corrupted zip (see #202).
    • โž• add support for UNIX / DOS permissions (see #200 and #205).
  • v2.4.0 Changes

    July 24, 2014
    • โšก๏ธ update pako to 0.2.5 (see #156).
    • ๐Ÿ‘€ make JSZip work in a Firefox addon context (see #151).
    • โž• add an option (createFolders) to control the subfolder generation (see #154).
    • ๐Ÿ‘ allow Buffer polyfill in the browser (see #139).
  • v2.3.0 Changes

    June 18, 2014
    • ๐Ÿ‘€ don't generate subfolders (see #130).
    • โž• add comment support (see #134).
    • ๐Ÿ“š on ZipObject#options, the attributes date and dir have been deprecated and are now on ZipObject (see the upgrade guide).
    • ๐Ÿ“š on ZipObject#options, the attributes base64 and binary have been deprecated (see the upgrade guide).
    • ๐Ÿ‘€ deprecate internal functions exposed in the public API (see #123).
    • ๐Ÿ‘Œ improve UTF-8 support (see #142).
  • v2.2.2 Changes

    May 01, 2014
    • update pako to v0.2.1, fix an error when decompressing some files (see #126).
  • v2.2.1 Changes

    April 23, 2014
    • fix unreadable generated file on Windows 8 (see #112).
    • replace zlibjs with pako.
  • v2.2.0 Changes

    February 25, 2014
    • make the new operator optional before the JSZip constructor (see #93).
    • update zlibjs to v0.2.0.
  • v2.1.1 Changes

    February 13, 2014
    • use the npm package for zlib.js instead of the github url.