Releases: nodejs/corepack
Releases · nodejs/corepack
v0.30.0
23 Nov 12:39
Compare
Sorry, something went wrong.
No results found
0.30.0 (2024-11-23)
Features
Performance Improvements
prefer module.enableCompileCache over v8-compile-cache (#574 ) (cba6905 )
v0.29.4
07 Sep 11:15
Compare
Sorry, something went wrong.
No results found
v0.29.3
21 Jul 14:57
Compare
Sorry, something went wrong.
No results found
0.29.3 (2024-07-21)
Bug Fixes
fallback to shasum when integrity is not defined (#542 ) (eb63873 )
make DEBUG=corepack more useful (#538 ) (6019d7b )
v0.29.2
13 Jul 09:38
Compare
Sorry, something went wrong.
No results found
0.29.2 (2024-07-13)
Bug Fixes
trigger release after 0.29.1 failed to publish (18e29ce )
v0.29.1
13 Jul 08:29
Compare
Sorry, something went wrong.
No results found
0.29.1 (2024-07-13)
Bug Fixes
trigger release after 0.29.0 failed to publish (e6ba066 )
v0.29.0
12 Jul 22:30
Compare
Sorry, something went wrong.
No results found
0.29.0 (2024-07-12)
Features
parallelize linking, unlinking and installing (#524 ) (f0734e6 )
update package manager versions (#492 ) (3e3b046 )
Bug Fixes
replace npm registry domain in tarball URL (#502 ) (db6fae5 )
selectively import required semver functions (#511 ) (e7ad533 )
v0.28.2
31 May 10:50
Compare
Sorry, something went wrong.
No results found
v0.28.1
10 May 08:36
Compare
Sorry, something went wrong.
No results found
0.28.1 (2024-05-10)
Features
Bug Fixes
COREPACK_NPM_REGISTRY should allow for username/password auth (#466 ) (6efa349 )
v0.28.0
20 Apr 19:58
Compare
Sorry, something went wrong.
No results found
0.28.0 (2024-04-20)
⚠ BREAKING CHANGES
call executePackageManagerRequest directly (#430 )
Bug Fixes
call executePackageManagerRequest directly (#430 ) (0f9b748 )
v0.27.0
19 Apr 08:24
Compare
Sorry, something went wrong.
No results found
0.27.0 (2024-04-19)
⚠ BREAKING CHANGES
attempting to download a version from the npm registry (or a mirror) that was published using the now deprecated PGP signature without providing a hash will trigger an error. Users can disable the signature verification using a environment variable.
Features
separate read and write operations on lastKnownGood.json (#446 ) (c449adc )
update package manager versions (#425 ) (1423190 )
update package manager versions (#462 ) (56816c2 )
verify integrity signature when downloading from npm registry (#432 ) (e561dd0 )
Bug Fixes
add path to package.json in error message (#456 ) (32a93ea )
correctly set Dispatcher prototype for ProxyAgent (#451 ) (73d9a1e )
download fewer metadata from npm registry (#436 ) (082fabf )
hash check when downloading Yarn Berry from npm (#439 ) (4672162 )
Incorrect authorization prefix for basic auth, and undocumented env var (#454 ) (2d63536 )
re-add support for custom registries with auth (#397 ) (d267753 )