Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Touffy committed Nov 13, 2024
1 parent 09b07df commit e24427f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.5:

* bugfix: the `filename` attribute in a Content-Disposition header is now parsed correctly
- when it is not the last attribute in the header
- and when it is the extended `filename*` attribute

## 1.6.4:

* bugfix: the output stream can now be transferred without breaking the central repository.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ In a different experiment using Deno to avoid storing very large output files, m

Now, comparing bundle size is clearly unfair because the others do a bunch of things that my library doesn't. Here you go anyway (sizes are shown in decimal kilobytes):

| | `client-zip`@1.6.4 | fflate@0.7.4 | zip.js@2.7.14 | conflux@4.0.3 | JSZip@3.10.1 |
| | `client-zip`@1.6.5 | fflate@0.7.4 | zip.js@2.7.14 | conflux@4.0.3 | JSZip@3.10.1 |
|--------------------|-------------------:|-------------:|--------------:|--------------:|--------------:|
| minified | 4.8kB | 29.8kB | 163.2kB | 198.8kB | 94.9kB |
| minified + gzipped | 2.1kB | 11kB | 58kB | 56.6kB | 27.6kB |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-zip",
"version": "1.6.4",
"version": "1.6.5",
"description": "A tiny and fast client-side streaming ZIP generator",
"browser": "index.js",
"module": "index.js",
Expand Down

0 comments on commit e24427f

Please sign in to comment.