101arrowz/fflate
 Watch   
 Star   
 Fork   
12 days ago
fflate

v0.8.3

  • Fix buffer over-read for Zip64 extra fields
  • Support sync flushes (Z_SYNC_FLUSH in zlib)
    • Allows for immediate decompression of all pushed bytes
    • Enables DEFLATE stream concatenation
  • Fix zip/zipSync when using cross-realm Uint8Array
  • Improve Zip64 support for streamed or undersized archives
  • Update performance estimates in README
  • Fix typings for TypeScript v5.7+
  • Reduce memory consumption after compression stream completion
2024-02-07 08:30:19
fflate

v0.8.2

  • Fixed broken UMD build
  • Fixed edge-case causing skipped data during streaming compression
  • Fixed bug in GZIP streaming on member boundary
  • Improved streaming performance on inconsistent chunk sizes
  • Improved unzip performance on undercompressed archives
  • Added flushing support into streaming API
  • Added backpressure support into async streaming API
    • Use new ondrain handler and queuedSize
2023-05-22 09:50:16
fflate
2022-10-01 08:03:57
fflate
2022-01-17 13:56:24
fflate
2021-12-15 03:05:43
fflate
2021-06-16 05:55:02
fflate
2021-05-24 01:26:07
fflate
2021-03-21 10:57:01
fflate
2021-03-01 20:06:59
fflate