Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Touffy committed Mar 11, 2020
1 parent 6864304 commit 028d39c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0
* minor: `input.lastModification` is now optional in all cases
* minor: when extracting the file name from a Request, consider first the "filename" option from the "Content-Disposition" header

## 0.2.4 More Fixed
* patch (**critical**): fixed infinite loop in a function that was trying to chunk large files for crc32

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function downloadTestZip() {

# Work in progress

`client-zip` 0.2 is somewhat in the <abbr title="Proof of Concept">PoC</abbr> stage and does not yet support compression, encryption, or any extra fields and attributes, and does not produce ZIP64 files.
`client-zip` 0.3 is somewhat in the <abbr title="Proof of Concept">PoC</abbr> stage and does not yet support compression, encryption, or any extra fields and attributes, and does not produce ZIP64 files.

# Compatibility

Expand Down
2 changes: 1 addition & 1 deletion 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": "0.2.4",
"version": "0.3.0",
"description": "A client-side streaming ZIP generator",
"browser": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 028d39c

Please sign in to comment.