inflateSync(compressed, outBuf)
is now inflateSync(compressed, { out: outBuf })
Fixed missing error on certain malformed GZIP files
Fix folder creation for certain operating system
Fix minification in SWC
Remove instanceof, no-whitespace assumptions in async functions
Fixed TypeScript typing for errors when using strictNullChecks
Fixed failure to compress files above 64kB with { level: 0 }
Fixed AMD module definition in UMD build
Removed requirement for setTimeout
Added support for unzip file filters (thanks to @manucorporat: #67)
Fixed streaming gunzip and unzlib bug causing corruption
Improved errors
Made async operations always call callbacks asynchronously
Fixed bug that caused errors to not appear in asynchronous operations in browsers
Fixed async operations on Node.js with native ESM
Fixed streams not recognizing final chunk
Fixed streaming UTF-8 decoder bug
Made streaming inflate consume all data possible
Optimized use of values near 32-bit boundary
Patch exports of async functions
Fix streaming unzip
Replace Adler-32 implementation (used in Zlib compression) with one more optimized for V8
Add support for extra fields, file comments in ZIP files
Work on Rust version
Revamped streaming unzip for compatibility and performance improvements
Fixed streaming data bugs
Fixed inflation errors
Planned new tests
General bugfixes
Add streaming zip, unzip
Fix import issues with certain environments
If you had problems with worker_threads
being included in your bundle, try updating!
Support strict Content Security Policy
Remove new Function
Fix data streaming bugs
Zip64 support
Still not possible to have above 4GB files
Files up to 4GB supported
Hey, that's better than even Node.js zlib
!
Fix ZIP failure bug
Make ZIP options work better
Improve docs
Fix async inflate failure
Work on Rust version
Fix docs
Fixed issue with unzipping
Patched streaming compression bugs
Added demo page
Allowed true ESM imports
Fixed rare overflow bug causing corruption
Added async stream termination
Added UMD bundle
Added support for asynchronous and synchronous streaming
Reduced bundle size by autogenerating worker code, even in minified environments
Error detection rather than hanging
Improved performance
Improved Zlib autodetection
Fixed Node Worker
Fixed ZIP bug
Added support for ZIP files (parallelized)
Added ability to terminate running asynchronous operations
Rewrote API: added support for asynchronous (Worker) compression/decompression, fixed critical bug involving fixed Huffman trees
Created, works on basic input