Skip to content

Backporting recent improvements from v2

Compare
Choose a tag to compare
@Touffy Touffy released this 07 May 20:01
· 18 commits to no-zip64 since this release
90fa292

1.6.0

  • No more WASM for CRC32, JavaScript is faster now anyway.
  • Added type and exports to package.json so client-zip can run in Node.js.
  • Remove trailing slashes from file names.
  • Fixed filename extraction from a Response when its URL has a trailing slash.
  • Fixed content-length prediction when some files have a length of zero (previously, this threw an error).