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()
.
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
Package for CommonJS/npm.