Skip to content

Releases: zardoy/npm-the-fastest

v0.2.21

10 Sep 19:08
Compare
Choose a tag to compare

New Features

  • add support for bun and more commands 89cf2ef

v0.2.20

05 Aug 16:11
Compare
Choose a tag to compare

Bug Fixes

v0.2.19

14 Apr 10:54
Compare
Choose a tag to compare

New Features

  • always show open on npm code action bf9460a

v0.2.18

14 Apr 10:48
Compare
Choose a tag to compare

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

20 Feb 10:33
Compare
Choose a tag to compare

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

17 Jan 08:25
Compare
Choose a tag to compare

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

15 Dec 05:01
Compare
Choose a tag to compare

Bug Fixes

  • runOnSave: rename setting to avoid collision warning 74029b1
  • add missing silent option to runOnSave rules 74029b1

v0.2.14

27 Nov 23:10
Compare
Choose a tag to compare

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

27 Nov 21:46
Compare
Choose a tag to compare

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

23 Oct 22:57
Compare
Choose a tag to compare

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