Sourced from jszip's changelog.
v3.7.1 2021-08-05
- Fix build of
distfiles.
- Note: this version ensures the changes from 3.7.0 are actually included in the
distfiles. Thanks to Evan W for reporting.v3.7.0 2021-07-23
- Fix: Use a null prototype object for this.files (see https://github.com/facebook/flipper/issues/766)
- This change might break existing code if it uses prototype methods on the
.filesproperty of a zip object, for examplezip.files.toString(). This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.v3.6.0 2021-02-09
- Fix: redirect main to dist on browsers (see https://github.com/facebook/flipper/issues/742)
- Fix duplicate require DataLengthProbe, utils (see https://github.com/facebook/flipper/issues/734)
- Fix small error in read_zip.md (see https://github.com/facebook/flipper/issues/703)
v3.5.0 2020-05-31
- Fix 'End of data reached' error when file extra field is invalid (see https://github.com/facebook/flipper/issues/544).
- Typescript definitions: Add null to return types of functions that may return null (see https://github.com/facebook/flipper/issues/669).
- Typescript definitions: Correct nodeStream's type (see https://github.com/facebook/flipper/issues/682)
- Typescript definitions: Add string output type (see https://github.com/facebook/flipper/issues/666)
v3.4.0 2020-04-19
- Add Typescript type definitions (see https://github.com/facebook/flipper/issues/601).
3f2f0da 3.7.19f9c33b Updates for 3.7.15639745 Merge branch 'fix-build'e08003e Fix lint79f7691 Revert "Disable proto assert that fails in browsers"89298b9 Update gitignore for Mac, and sort81cb5eb Temporarily update docs for building dist correctlye5b3f0d 3.7.0e88ba4b Update for version 3.7.09046487 Disable proto assert that fails in browsers