-
JSZipBase64
has been renamed toJSZip.base64
. -
The
data
attribute on the object returned byzip.file(name)
has been removed. UseasText()
,asBinary()
,asUint8Array()
,asArrayBuffer()
orasNodeBuffer()
. -
The compression/decompression methods now give their input type with the
compressInputType
anduncompressInputType
attributes. -
Lazily decompress data when needed and improve performance in general
-
Package for CommonJS/npm.
- 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.
- First release after a long period without version.