You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,29 @@ layout: default
4
4
section:main
5
5
---
6
6
7
-
###v3.6.0 2020 2021-02-09
7
+
###v3.7.0 2021-07-23
8
+
9
+
- Fix: Use a null prototype object for this.files (see[#766](https://github.com/Stuk/jszip/pull/766))
10
+
+ This change might break existing code if it uses prototype methods on the`.files` property of a zip object, for example`zip.files.toString()`. This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.
11
+
12
+
###v3.6.0 2021-02-09
8
13
9
14
- Fix: redirect main to dist on browsers (see[#742](https://github.com/Stuk/jszip/pull/742))