pako v2.0.0 Release Notes

Release Date: 2020-11-17 // over 3 years ago
  • ๐Ÿ”„ Changed

    • โœ‚ Removed binary strings and Array support.
    • โœ‚ Removed fallbacks for TypedArray methods (.set(), .subarray()).
    • Rewritten top-level wrappers.
    • โœ‚ Removed support of Inflate & Deflate instance create without new.
    • Inflate.push() no longer needs second param (end is auto-detected).
    • 0๏ธโƒฃ Increased default inflate chunk size to 64K.
    • ๐Ÿšš Moved exported constants to .constants.
    • ๐Ÿ— Switched to es6. Legacy es5 builds available in /dist.
    • โž• Added esm build.
    • Structure of /dist folder changed.
    • โฌ†๏ธ Upgraded build tools to modern ones.