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

Releases: vercel/pkg

5.3.2

11 Sep 01:44
Compare
Choose a tag to compare

Patches

Credits

Huge thanks to @jesec for helping!

5.3.1

21 Jul 23:42
Compare
Choose a tag to compare

Changes

5.3.0

24 Jun 00:30
Compare
Choose a tag to compare

Changes

  • Bump browserslist from 4.16.3 to 4.16.6: 760b9c4
  • README: remove dead dependency badges: 9c6973d
  • README: use "HEAD" instead of "master" for links, see nodejs/node@26e318a32: 010cf84
  • README: update the target list: 491941b
  • README: link to vercel/pkg-fetch in the "Build" section: 709d711
  • README: add notes about building for different archs: bd5f361
  • README: add notes about "macos-arm64": 447b2db
  • README: add notes about "linuxstatic" and native bindings: e8a2c63
  • Squashed revert "allow to compress files in virtual file system ": #1115
  • Bootstrap: remove support for Node < 8: a22fd80
  • Bootstrap: use "const"/"let" instead of "var", require at top: 208e241
  • Test-50-fs-runtime-layer-3: use "Buffer.from" instead of "new Buffer": d696260
  • Test: add tests for #1191 and #1192: bcec96c
  • Producer: improve readability and remove backed up native addon at the end: 80103dd
  • InjectSnapshot: always use "C:\snapshot" on win: #1212
  • Eslint: use airbnb-base rules for TypeScript as well: 38a9a8c
  • Fixes "@typescript-eslint/naming-convention": ff56872
  • Fixes "no-nested-ternary": 30b25ab
  • Remove unused "appveyor.yml": 5c82b6d
  • Tsconfig: bump target to "es2017" as Node 8 is the minimum: 2070696
  • Revert^2 "allow to compress files in virtual file system " (#1200): #1115

Credits

Huge thanks to @erossignon and @jesec for helping!

5.2.1

24 May 15:28
Compare
Choose a tag to compare

Patches

5.2.0

20 May 14:30
Compare
Choose a tag to compare

Changes

  • Feature: allow to compress files in virtual file system: #1115
  • Test-50-fs-runtime-layer-2: remove unnecessary assertion on hint: 551d07d
  • Feature: allow macOS code signing by including payload in str table: be5c2ae
  • Ad-hoc sign the fabricator binary temporarily to generate bytecode on macOS: 0b55f9a
  • Add support for fs.realpath.native: #1173
  • Bump hosted-git-info from 2.8.8 to 2.8.9: #1177
  • Add a warning about the macOS mandatory code signing requirement: #1176
  • Fs.createReadStream and --compress: #1158
  • Bump to vercel/[email protected]: 6fac6dc

Credits

Huge thanks to @erossignon, @Infern1, and @jesec for helping!

5.1.0

27 Apr 13:09
Compare
Choose a tag to compare

Changes

  • Test: bump expected major to 5: #1145
  • Improve doc to explain how to pass multiple baked options (#1133): #1132
  • Use "linuxstatic" to generate bytecode for different arch on Linux: #1144
  • Fix .node loading issue on windows (#1143): #1335
  • Support RegExp mountpoints: #1121
  • Bump to vercel/[email protected]: 36c28f9
  • CI: add Node 16 to matrix: 6adde0f
  • Test: test with Node 16: 655ee18

Credits

Huge thanks to @jesec and @phated for helping!

5.0.0

22 Apr 17:21
Compare
Choose a tag to compare

Changes

pkg-fetch v2 -> v3

vercel/[email protected]

Credits

Huge thanks to @erossignon, @whexberg, @BlackYuzia, @DevSide, @hipstersmoothie, @phated, @Hypfer, and @jesec for helping!

4.5.1

26 Mar 15:25
Compare
Choose a tag to compare
  • Added documentation about NODE_OPTIONS: #996
  • Bootstrap: adjust for internalModuleReadJSON of newer Node.js: a20111e
  • Bootstrap: support both old and new internalModuleReadJSON: 9598890
  • Chore: add ci, stale workflows and dependabot: #1074
  • Set up and run Prettier over entire codebase.: #1076
  • Drop dependabot.yml in favor of repo settings.: #1092
  • Remove incorrect \?\ prefix on windows and fs.promises fixes: #1095
  • Upgrade ESLint + move to eslint-config-airbnb-base.: #1088
  • Promisified exec and execFile should return a promise with ChildProcess instance attached: #880
  • Chore: make pkg-fetch dep static (temporarily).: #1100
  • Add pkg.outputPath as a configuration option.: #574

Credits

Huge thanks to @SnakeDrak, @robertsLando, @hipstersmoothie, @onip, and @Symbitic for helping!

4.5.0

22 Mar 15:25
Compare
Choose a tag to compare
  • Branding change (#939)
  • Update badges in README (#949)
  • update tests test for node 14 CI (#977)
  • Bump lodash from 4.17.15 to 4.17.19 (#945)
  • Added environment var section on Readme (#684)
  • Add missing stat.isSocket (#720)
  • Fix configuration for node-notifier (#1021)
  • Add support for Node native addons (#837)
  • docs: MAKE_JOB_COUNT and PKG_IGNORE_TAG env var (#1053)
  • Bugfix for fs.readdir(), fs.readdirSync() (#992)
  • Replace deprecated assert.equal and assert.deepEqual. (#1063)
  • Update ZEIT to Vercel in package.json. (#1064)
  • Add cross-platform support for dot-node files. (#1066)

4.3.4

09 Aug 10:02
@leo leo
Compare
Choose a tag to compare

Patches

  • Updated link to Spectrum: #499