Skip to content

Latest commit

 

History

History
87 lines (44 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

87 lines (44 loc) · 3.73 KB

7.2.2 (2022-11-13)

Bug Fixes

  • unref buffer when compress/uncompress synchronously faild (#105) (8cfc521)

7.2.1 (2022-10-23)

Bug Fixes

7.2.0 (2022-10-05)

Features

  • provide copyOutputData to compatible with electron >= 21 (772abc9)

7.1.2 (2022-08-09)

Bug Fixes

  • compatible issues with centos:7 and void Linux (dbd61db)

7.1.1 (2021-12-22)

Bug Fixes

  • override the package name in generated index.js (42346fd)

7.1.0 (2021-12-22)

Features

7.0.5 (2021-11-06)

Bug Fixes

  • decompress: cast input to buffer (9bdf8f3), closes #38

7.0.4 (2021-10-28)

Bug Fixes

  • avoid copy input buffer (00cdd39)

7.0.3 (2021-08-27)

Bug Fixes

  • remove Ref usage to avoid memory leak (c89bb2e)

7.0.2 (2021-08-11)

Bug Fixes

  • missing asBuffer option in uncompress/uncompressSync (ac573f8)

7.0.1 (2021-08-04)

Bug Fixes

  • native binding package name (6dc09af)

7.0.0 (2021-08-04)

Change package name to snappy #16 .

1.0.2 (2021-07-22)

Bug Fixes

  • linux aarch64 musl build (1a9a475)

1.0.1 (2021-06-10)

Performance Improvements

  • mimalloc as global allocator (3fbab59)

1.0.0 (2021-06-10)

Features

  • implement compress and uncompress (df2ccd2)