Skip to content

Latest commit

 

History

History
205 lines (115 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

205 lines (115 loc) · 11.5 KB

5.16.1 (2024-10-21)

Bug Fixes

  • wrong shas in pkg-fetch (8c783f7)

5.16.0 (2024-10-20)

Features

  • bump fetch with node 22.10.0 and 20.18.0 support (86d5f57)

Code refactoring

Chores

Documentation

  • explain how to execute binary from snapshot (db7f2c5)
  • explain how to use custom binaries (18ed3cf)

5.15.0 (2024-09-20)

Features

5.14.2 (2024-09-17)

Bug Fixes

  • child_process commands throw when pkg app try to call itself (#90) (e88d159)

5.14.1 (2024-09-17)

Bug Fixes

5.14.0 (2024-09-10)

Features

5.13.0 (2024-09-06)

Features

Bug Fixes

  • wrong placeholder replaced in windows binary (#86) (d9b28c3)

5.12.1 (2024-08-14)

Bug Fixes

  • remove is-core-module dependency (#77) (2f27414)
  • run prebuild-install only if actually used by the package (#83) (2a046e4)

Chores

  • drop package-lock file uploaded by error (ba407ef)

5.12.0 (2024-06-10)

Features

  • add ignore option to ignore files from build (#68) (54ae1ee)

Bug Fixes

  • use cache directory in users home instead of system-wide tmp dir (#55) (a217727)

Chores

5.11.5 (2024-03-13)

Bug Fixes

  • add dictionary for thread-stream (Used by pino) (#36) (b01d1ad)
  • dictionary for sqlite3 (#40) (a3b18f8)
  • pass --runtime napi to prebuild-install when binary.napi_versions is set (#38) (d47ee03)

Chores

  • add update dep workflow (12d1872)
  • fix workflow permissions (c279732)

5.11.4 (2024-02-16)

Features

Bug Fixes

5.11.3 (2024-02-12)

Bug Fixes

5.11.2 (2024-02-06)

Features

5.11.1 (2024-01-03)

Bug Fixes

  • add missing arch to nativePrebuildInstall cache (#9) (cd89e83)
  • over extracting native modules with pnpm (#14) (e435796)

5.11.0 (2023-12-05)

Features

Bug Fixes

  • parsing of .cjs files as .js (#8) (ecd064c)

Chores

5.10.0 (2023-10-28)

Features

  • bump fetch 3.5.6 with MacOS arm64 support (#7) (efee79c)

5.9.2 (2023-10-17)

Features

Documentation

5.9.1 (2023-10-05)

Bug Fixes

  • tests using wrong pkg-fetch package (8466f1d)

Chores

  • bump fetch to fix sha mismatch (#4) (9d454e0)

5.9.0 (2023-10-04)

Features

Bug Fixes

  • Add missing functions from restored fs.Stats (#1923) (e51efbe)
  • diagnostic folder size and humanize size (4f5b63c)
  • missing entrypoint when launched from self-created child process (#1949) (73a03d1)
  • organization name (165e9a1)

Test added

Chores

Documentation