Skip to content

v2.0.8

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 22 Jan 00:29
· 2842 commits to master since this release
  • Add useWebWorkers option when calling ZipReader, ZipWriter constructors and ZipReader#getData, ZipWriter#add to force enabling/disabling the usage of web workers
  • Fix handling of the option version
  • Remove usage of unescape and encodeURIComponent in the code (replaced with TextEncoder)
  • Add FS API in the types declaration file
  • Various improvements in the code