Releases: zardoy/npm-the-fastest
Releases · zardoy/npm-the-fastest
v0.1.0
💥 BREAKING CHANGES
- feat: change type of
packageManagerAllowedEnv
configuration from {pnpm: string[] | false}
to enum: 'include' | 'exclude' | 'disable'
now defaults to include
on windows and mac in this mode envs picked from predefined list. Now it is not possible to control lists. This should finally fix pnpm crashes on Windows cdac71b
v0.0.25
New Features
- Start script command: Add item button for revealing the script contents in package.json
befc46c
Bug Fixes
- clipboard-link-detection: don't spam with Install packages? notification on every windows focus
83d1ed7
v0.0.21
Bug Fixes
- pass only PATH env to pnpm by default to prevent crashes in some cases due to envs in extension host
this is definitely a patch to some unexpected behavior
Also new setting is added to allow control this e8bc0cf
v0.0.20
New Features
printEnv
command for debugging 08e8c37
v0.0.19
New Features
- NOTE
Note, that in latest update when adding packages via quickpick button for adding package as devDependency has been removed
You now need to write dev:
or d:
at the start to get dependency added as dev to your install list e4c86f2
Bug Fixes
- publish with updated readme
e4c86f2
v0.0.18
New Features
- add leadingPackageManager setting that allows you specify pm that will be used by default with extremely sane default
142b803
Bug Fixes
- restored default value of scripts.mainScripts
142b803
- add output piping for pnpm commands
142b803
- it seems commands (incluing pnpm) are now cancellable!
142b803
v0.0.17
New Features
- unleash open repo / readme commands
36aad08
- improve notification message for all package manager commands
36aad08
- [pnpm only] now packages are installed with offline flag by default when no internet connection for add packages command
36aad08
Bug Fixes
- now runOnOpen will run (or suggest to run) if package lock is present but not node_modules
36aad08
- fix crash with yarn install workspace dependencies command
36aad08
- fix always crashing with latest pnpm
36aad08
- remove unimplemented commands
36aad08
v0.0.16
New Features
- publish under new extension id
276a075
v0.0.15
New Features
- version bump to publish to marketplace
ae36602