Releases: zardoy/npm-the-fastest
Releases · zardoy/npm-the-fastest
v0.2.21
New Features
- add support for bun and more commands 89cf2ef
v0.2.19
New Features
- always show open on npm code action bf9460a
v0.2.18
New Features
- now you can quickly figure out how dep was installed by the remove dep code action title ae20ad2
- new code actions regex detections: support dynamic import, require and cdn http paths like https://cdn.skypack.dev/react
(#19)
- Link package command 164828f
Bug Fixes
- open-at-commands: Show dependencies from all package.json files up from opened file 164828f
v0.2.17
Bug Fixes
- update package.json.pnpm schema to latest b7bd293
- runNpmScript: update running status when quickpick is open, number shortcuts for actions 0d79dc9
- runNpmScript: fix sorting, add a setting to keep running on top 0d79dc9
v0.2.16
Bug Fixes
- lockfile-watcher: commit is undefined error dd625df
- now
openPackageRepository
command is using almost 1:1 npm repo
implementation. The only difference is that it will use master instead of HEAD in url branch. 4c5cc6c
- disable
codeAction.resolveBranchName
by default (performance-first) 4c5cc6c
v0.2.15
Bug Fixes
- runOnSave: rename setting to avoid collision warning 74029b1
- add missing silent option to runOnSave rules 74029b1
v0.2.14
Bug Fixes
- watch lockfiles didn't work with git checkouts on Windows
I fixed all problems I could find so far 79fd1f5
v0.2.13
New Features
- watchLockFiles: Now showing prompts only after git checkouts by default!
Added a setting install.watchLockfilesGitCheckouts
which you can set false
to bring back old behavior. 8133e53
v0.2.12
New Features
- add package.json dependencies links (disabled by default) (#21)
Can be configured different actions for name & version of the dependency.
Co-authored-by: @maIIady 9fc85a8
Bug Fixes
- add-deps: don't crash when either deps or devDeps isn't present in package.json
code cleanup 24f671d