Skip to content

Releases: ZJONSSON/node-unzipper

v0.12.3

31 Jul 18:44
d19c3fb
Compare
Choose a tag to compare

Add @ts-ignore to unblock typescript errors

v0.12.2

14 Jul 15:15
55cd0ca
Compare
Choose a tag to compare

v0.12.1

08 Jun 20:35
ea87bf3
Compare
Choose a tag to compare
  • unmaintained fstream replaced with fs-extra
  • empty directories in a zip file will now be created when zip file is extracted
  • big-integer replaced with node-int64 (up to 20x performance increase on large encrypted files)
  • npm deployment added to github actions

v0.12.0

08 Jun 20:20
2608bc2
Compare
Choose a tag to compare
  • unmaintained fstream replaced with fs-extra
  • empty directories in a zip file will now be created when zip file is extracted
  • big-integer replaced with node-int64 (up to 20x performance increase on large encrypted files)
  • npm deployment added to github actions

0.11.2

14 Apr 18:49
3095797
Compare
Choose a tag to compare
  • remove polyfills - no longer supporting ancient node versions
  • use GitHub actions for testing and coverage
  • remove 'binary' dependency
  • break up huge promise chain to minimize memory usage
  • ignore window zip slipped files
  • use pipeline to propagate errors in a chain of streams

0.10.0 - crx and extract

01 Jun 15:22
Compare
Choose a tag to compare
  • fix extract, move to a duplex stream to handle events better
  • add extract method to Open
  • add crx options and parsing
  • in Open methods use central directory instead of the local file headers (mainly to determine compressedSize)