All Versions
29
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.7.3 Changes

    • ๐Ÿ›  Fix folder creation for certain operating system
      • Create 0-length "files" for each directory specified with "object" syntax"
      • Support empty folders
      • Add options for folders
    • ๐Ÿ›  Fix minification in SWC
      • Remove instanceof, no-whitespace assumptions in async functions
  • v0.7.2 Changes

    • ๐Ÿ›  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
  • v0.7.1 Changes

    • โœ‚ Removed requirement for setTimeout
    • โž• Added support for unzip file filters (thanks to @manucorporat: #67)
    • ๐Ÿ›  Fixed streaming gunzip and unzlib bug causing corruption
  • v0.7.0 Changes

    • ๐Ÿ‘Œ Improved errors
      • Now errors are error objects instead of strings
      • Check the error code to apply custom logic based on error type
    • Made async operations always call callbacks asynchronously
    • ๐Ÿ›  Fixed bug that caused errors to not appear in asynchronous operations in browsers
  • v0.6.10 Changes

    • ๐Ÿ›  Fixed async operations on Node.js with native ESM
  • v0.6.5 Changes

    • ๐Ÿ›  Fixed streams not recognizing final chunk
    • ๐Ÿ›  Fixed streaming UTF-8 decoder bug
  • v0.6.4 Changes

    • Made streaming inflate consume all data possible
    • โšก๏ธ Optimized use of values near 32-bit boundary
  • v0.6.3 Changes

    • Patch exports of async functions
    • ๐Ÿ›  Fix streaming unzip
  • v0.6.2 Changes

    • โšก๏ธ Replace Adler-32 implementation (used in Zlib compression) with one more optimized for V8
      • Advice from @SheetJSDev
    • โž• Add support for extra fields, file comments in ZIP files
    • Work on Rust version
  • v0.6.0 Changes

    • ๐ŸŽ Revamped streaming unzip for compatibility and performance improvements
    • ๐Ÿ›  Fixed streaming data bugs
    • ๐Ÿ›  Fixed inflation errors
    • โœ… Planned new tests