JSZip v3.10.1 Release Notes
Release Date: 2022-08-02 // over 2 years ago-
- โ Add sponsorship files.
- If you appreciate the time spent maintaining JSZip then I would really appreciate your sponsorship.
- ๐ Consolidate metadata types and expose OnUpdateCallback #851 and #852
- ๐ use
const
insteadvar
in example from README.markdown #828 - Switch manual download link to HTTPS #839
Internals:
- โ Add sponsorship files.
Previous changes from v3.10.0
-
- ๐ Change setimmediate dependency to more efficient one. Fixes https://github.com/Stuk/jszip/issues/617 (see #829)
- ๐ Update types of
currentFile
metadata to includenull
(see #826)