Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Releases: vercel/pkg

5.8.1

08 Mar 01:19
Compare
Choose a tag to compare

Patches

  • Producer: properly call "prebuild-install" if N-API is used: dd9de59
  • Chore: clean up obsolete eslint disable comments: #1760
  • Chore: add prettier check in linting step: #1764
  • Chore: separate individual test scripts: #1759
  • Chore: use @types/babel__generator package: #1755
  • Chore: remove unused entry: #1766
  • Chore: upgrade actions runners: #1767
  • Style: fix typo in test-99-#1192/main.js: #1790
  • Chore: bump prebuild-install@7.1.1: #1788
  • Fix: add force flag to codesign to avoid already signed error: #1756

Credits

Huge thanks to @ignatiusmb, @eltociear, @PraveenAnaparthi, and @brianunlam for helping!

5.8.0

13 Jul 03:34
Compare
Choose a tag to compare

Highlights

  • Support more language features, including but not limited to classPrivateMethods (#1248, #1249)
    • Note: pkg uses Babel to trace dependencies. It does NOT transform your sources. You should make sure that your code can run on the target Node.js version.

What's Changed

New Contributors

Full Changelog: 5.7.0...5.8.0

5.7.0

18 May 02:52
Compare
Choose a tag to compare

Highlights

  • Node 18 is now supported!

What's Changed

  • Bump to vercel/pkg-fetch@v3.4.1 by @jesec in #1616
    • No longer take NODE_OPTIONS from the environment of the end-user. Only the users (developers who use pkg to package their project) should have control over the flags via the "bake in" (--options) mechanism (Fixes: #954, #989, #1194, #1517)
    • Patched Node: bump to 16.15.0, add 18.1.0 and drop 17
  • fix broken tests on node 12; latest pnpm requires node >= 14.19 by @kldzj in #1613
  • dependencies: bump (minor) by @jesec in #1615
  • fix(bootstrap): prevent to override existing node addon file by @renkei in #1611

New Contributors

Full Changelog: 5.6.0...5.7.0

5.6.0

05 Apr 17:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.5.2...5.6.0

5.5.2

13 Jan 20:01
Compare
Choose a tag to compare

Patches

  • Bump to vercel/pkg-fetch@v3.2.6: #1478

Credits

Huge thanks to @jesec for helping!

5.5.1

29 Nov 02:40
Compare
Choose a tag to compare

Patches

  • Bump to vercel/pkg-fetch@v3.2.5: 66e7e57

5.5.0

29 Nov 00:49
Compare
Choose a tag to compare
  • Add support for node: protocol (#1405)
  • ldid: explicitly mark signature as ad-hoc (#1393)
  • .github: add issue templates (#1366)
  • dependencies: bump (minor) (#1360)

Credits

Huge thanks to @jesec, @asdfugil, and @mallardduck for helping!

5.4.1

30 Oct 16:00
Compare
Choose a tag to compare

Patches

  • Bump to vercel/pkg-fetch@v3.2.4: 628d077

5.4.0

26 Oct 06:29
Compare
Choose a tag to compare
5.4.0

5.3.3

01 Oct 13:51
Compare
Choose a tag to compare

Patches

  • Bootstrap: better support of .node files: #1321
  • CI: master -> main: df02066

Credits

Huge thanks to @robertsLando for helping!