Pkg Versions Save

Package your Node.js project into an executable

5.8.1

1 year ago

Patches

  • Producer: properly call "prebuild-install" if N-API is used: dd9de59c9fca2751bf5d22b57bd9b03d43e85e80
  • 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 [email protected]: #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

1 year ago

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: https://github.com/vercel/pkg/compare/5.7.0...5.8.0

5.7.0

1 year ago

Highlights

  • Node 18 is now supported!

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/pkg/compare/5.6.0...5.7.0

5.6.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vercel/pkg/compare/5.5.2...5.6.0

5.5.2

2 years ago

Patches

Credits

Huge thanks to @jesec for helping!

5.5.1

2 years ago

Patches

5.5.0

2 years ago
  • 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

2 years ago

Patches

5.4.0

2 years ago

5.3.3

2 years ago

Patches

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

Credits

Huge thanks to @robertsLando for helping!