This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
Releases: vercel/pkg
Releases · vercel/pkg
5.3.2
5.3.1
5.3.0
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
5.2.0
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/pkg-fetch@v3.1.0: 6fac6dc
Credits
Huge thanks to @erossignon, @Infern1, and @jesec for helping!
5.1.0
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/pkg-fetch@v3.0.4: 36c28f9
- CI: add Node 16 to matrix: 6adde0f
- Test: test with Node 16: 655ee18
Credits
5.0.0
Changes
- Update release script.: #1102
- Update all dependencies to latest.: #1062
- Add Windows builds on CI.: #1105
- Add section about bytecode flag to README.md: #1106
- Typo fix in readme: #1108
- Feat(parser): handle template literal without expressions: #981
- Add support for symlink and pnpm.: #1060
- Update License Zeit -> Vercel.: #1113
- Extend ESLint to test files.: #1107
- Remove coverage badge from README.: #1114
- TypeScript Rewrite: #1099
- Skip pnpm tests when nodeversion is < 12: #1122
- Test: add unit test for #775: #1118
- Support mkdir at mountpoints: #1120
- Bump to vercel/pkg-fetch@v3.0.1: 14fb420
- Cleanup dependencies: 5a97ee2
- Don't mix objects of different types: bba8148
- Fix pkg-fetch types: 247d1d5
- Drop references to Node < 8: 6ecd52a
- Test: add node14 to fetch-all: 63f4ce0
- Fix isPublic check for licenses array: #1140
- Bump to vercel/pkg-fetch@v3.0.2: 211da6e
- Bump to vercel/pkg-fetch@v3.0.3: #1142
pkg-fetch v2 -> v3
Credits
Huge thanks to @erossignon, @whexberg, @BlackYuzia, @DevSide, @hipstersmoothie, @phated, @Hypfer, and @jesec for helping!
4.5.1
- 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
- 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
andassert.deepEqual
. (#1063) - Update ZEIT to Vercel in package.json. (#1064)
- Add cross-platform support for dot-node files. (#1066)