createFolders
) to control the subfolder generation (see #154).Buffer
polyfill in the browser (see #139).ZipObject#options
, the attributes date
and dir
have been deprecated and are now on ZipObject
(see the upgrade guide).ZipObject#options
, the attributes base64
and binary
have been deprecated (see the upgrade guide).new
operator optional before the JSZip
constructor (see #93).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()
.
compressInputType
and uncompressInputType
attributes.Buffer
in Node.js.