Skip to content

Latest commit

 

History

History
109 lines (53 loc) · 5.09 KB

HISTORY.md

File metadata and controls

109 lines (53 loc) · 5.09 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0-alpha.1 (2024-12-02)

Bug Fixes

  • NODE-6590: specify correct entrypoint in package.json and include binding.gyp in the package (#47) (f562b59)

v2.0.0-alpha.0 (2024-11-27)

Features

  • NODE-4569: add "musl" builds for Alpine Linux (#12) (b3dedc3)
  • NODE-6539: add base napi C++ template with standard Node team tooling (#28) (8c40b08)
  • NODE-6540: Add c++ zstd compression API (#30) (6673245)
  • NODE-6588: add ssdlc to zstd (#43) (016d857)

1.2.2 (2024-09-16)

Bug Fixes

  • NODE-6381: use targeting for x86_64 darwin (#26) (f95c9f6)

1.2.1 (2024-09-06)

Bug Fixes

  • NODE-6348: Wrap thrown errors in JS Error objects with stacks (#25) (af62c4f)

1.2.0 (2023-08-29)

Bug Fixes

  • NODE-5177: update to latest zstd-sys (#15) (6b6d8ce)

1.1.0 (2023-01-23)

Features

  • NODE-4569: add "musl" builds for Alpine Linux (#12) (b3dedc3)

1.0.0 (2022-05-18)

0.0.7 (2022-05-18)

Bug Fixes

0.0.6 (2022-05-18)

Features

0.0.5 (2022-05-09)

Bug Fixes

0.0.4 (2022-05-06)

Features

  • NODE-1837: support passing compression level (2c1a917)

0.0.3 (2022-05-06)

Bug Fixes

  • update publish task regex (b62d9b0)

0.0.2 (2022-05-06)

Bug Fixes

  • dont use org in napi name (9063ea8)

0.0.1 (2022-05-05)

Features

Bug Fixes