Skip to content

Latest commit

 

History

History
247 lines (138 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

247 lines (138 loc) · 13.9 KB

6.1.0 (2024-11-04)

Features

  • bump fetch 3.5.17 with node 22.11.0 support (2aae943)

Chores

6.0.1 (2024-11-04)

Bug Fixes

Test added

  • fix verify pkg version test (81bd04a)

6.0.0 (2024-10-24)

⚠ BREAKING CHANGES

  • add experimental sea support and drop nodejs 16 support (#110)

Features

  • add experimental sea support and drop nodejs 16 support (#110) (0145a94)

Bug Fixes

  • tests: improve tests and add DEVELOPMENT.md docs (#111) (717b963)

Test added

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

  • bump @yao-pkg/pkg-fetch@3.5.13 with nodejs 22.9.0 (#91) (6ed5665)

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

  • bump pkg-fetch@3.5.12 with missing node22 macOS arm64 support (4eea80c)

5.14.0 (2024-09-10)

Features

5.13.0 (2024-09-06)

Features

  • bump pkg-fetch@3.5.10 with node 20.17.0 and 18.20.4 support (dda9032)

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

  • pkg-fetch@3.5.9 with nodejs 18.19.1 and 20.11.1 (d6485df)

Bug Fixes

5.11.3 (2024-02-12)

Bug Fixes

5.11.2 (2024-02-06)

Features

  • pkg-fetch@3.5.8 with nodejs 18.19.0 and 20.11.0 support (da8d530)

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

  • bump pkg-fetch@3.5.7 with node20 support (efb585a)

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