All Versions
34
Latest Version
Avg Release Cycle
128 days
Latest Release
831 days ago
Changelog History
Page 3
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()
andgenerateAsync()
). - ๐ support Blob and Promise in
file()
andloadAsync()
(see #275). - โ add
support.nodestream
. - ๐ zip.filter: remove the defensive copy.
- โ remove the deprecated API (see #253).
type
is now mandatory ingenerateAsync()
.- ๐ change the createFolders default value (now
true
). - Dates: use UTC instead of the local timezone.
- โ Add
base64
andarray
as possible output type. - โ Add a forEach method.
- โฌ๏ธ Drop node 0.8 support (see #270).
- ๐ replace sync getters and
-
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).
- ๐ publish
-
v2.4.0 Changes
July 24, 2014 -
v2.3.0 Changes
June 18, 2014- ๐ don't generate subfolders (see #130).
- โ add comment support (see #134).
- ๐ on
ZipObject#options
, the attributesdate
anddir
have been deprecated and are now onZipObject
(see the upgrade guide). - ๐ on
ZipObject#options
, the attributesbase64
andbinary
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 theJSZip
constructor (see #93). - update zlibjs to v0.2.0.
- make the
-
v2.1.1 Changes
February 13, 2014- use the npm package for zlib.js instead of the github url.