Releases: ZJONSSON/node-unzipper
Releases · ZJONSSON/node-unzipper
v0.12.3
v0.12.2
v0.12.1
- unmaintained
fstream
replaced withfs-extra
- empty directories in a zip file will now be created when zip file is extracted
big-integer
replaced withnode-int64
(up to 20x performance increase on large encrypted files)- npm deployment added to github actions
v0.12.0
- unmaintained
fstream
replaced withfs-extra
- empty directories in a zip file will now be created when zip file is extracted
big-integer
replaced withnode-int64
(up to 20x performance increase on large encrypted files)- npm deployment added to github actions
0.11.2
- 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
- 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)