npm-the-fastest

Implements idea https://github.com/zardoy/public-roadmap/issues/1#issuecomment-786667778

MIT License

Stars
1
npm-the-fastest - v0.2.21 Latest Release

Published by zardoy about 2 months ago

New Features

  • add support for bun and more commands 89cf2ef75fdb400abcf838ce810730a6db167d79
npm-the-fastest - v0.2.20

Published by zardoy about 1 year ago

Bug Fixes

npm-the-fastest - v0.2.19

Published by zardoy over 1 year ago

New Features

  • always show open on npm code action bf9460aef7b1bab999cfc25f39150d7bb77ffb4e
npm-the-fastest - v0.2.18

Published by zardoy over 1 year ago

New Features

  • now you can quickly figure out how dep was installed by the remove dep code action title ae20ad2395c7890c871961df1950305a8b684261
  • new code actions regex detections: support dynamic import, require and cdn http paths like https://cdn.skypack.dev/react
    (#19)
  • Link package command 164828f84ae836482aea0cfc47705a16922b00a7

Bug Fixes

  • open-at-commands: Show dependencies from all package.json files up from opened file 164828f84ae836482aea0cfc47705a16922b00a7
npm-the-fastest - v0.2.17

Published by zardoy over 1 year ago

Bug Fixes

  • update package.json.pnpm schema to latest b7bd29346a02c70ce639e8a323067403f5ef5b10
  • runNpmScript: update running status when quickpick is open, number shortcuts for actions 0d79dc9174aff9e02f1fdfb186444425496840da
  • runNpmScript: fix sorting, add a setting to keep running on top 0d79dc9174aff9e02f1fdfb186444425496840da
npm-the-fastest - v0.2.16

Published by zardoy almost 2 years ago

Bug Fixes

  • lockfile-watcher: commit is undefined error dd625df00b2d55189691cdfc0ce64446e9027b97
  • 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. 4c5cc6c08da7cefbe9a5bafc59b3914efce7e440
  • disable codeAction.resolveBranchName by default (performance-first) 4c5cc6c08da7cefbe9a5bafc59b3914efce7e440
npm-the-fastest - v0.2.15

Published by zardoy almost 2 years ago

Bug Fixes

  • runOnSave: rename setting to avoid collision warning 74029b187f687b8ab87ef4deb96056f52fddf441
  • add missing silent option to runOnSave rules 74029b187f687b8ab87ef4deb96056f52fddf441
npm-the-fastest - v0.2.14

Published by zardoy almost 2 years ago

Bug Fixes

  • watch lockfiles didn't work with git checkouts on Windows
    I fixed all problems I could find so far 79fd1f5e4c2e1513b49d1137332be37914636998
npm-the-fastest - v0.2.13

Published by zardoy almost 2 years ago

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. 8133e53537dc82aa11262d4258bb2a47931f6ced
npm-the-fastest - v0.2.12

Published by zardoy about 2 years ago

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 9fc85a86e5a42d14ebfc0e69da592f1110466d2d

Bug Fixes

  • add-deps: don't crash when either deps or devDeps isn't present in package.json
    code cleanup 24f671d2c9a28079f1f09b539fe3dbbbb2654e03
npm-the-fastest - v0.2.11

Published by zardoy about 2 years ago

New Features

  • Watch lockfiles feature! Now by default we prompt to install packages with specific package manager! 3bc637cac118857007a64ee2053bac0491cb1b4a
npm-the-fastest - v0.2.10

Published by zardoy about 2 years ago

New Features

  • change default install.runOnOpen to askIfNeeded Its awesome! c7484f38cc1aca5b181e5d0f8308aceb77812c2b

Bug Fixes

  • install.runOnOpen now works! c7484f38cc1aca5b181e5d0f8308aceb77812c2b
npm-the-fastest - v0.2.9

Published by zardoy about 2 years ago

New Features

  • implement unsavedFileBeforePackageManagerCommand! 0f916355cd2b099c601c3974af259ed7868d4af0
  • Huge fix for all package manager commands. Extension executed them in extension host, which causes some weird problems, now they are being executed in your configured terminal as vscode task! 2a187d4ab73a077a9f87bc84d20614f5e76322fd
  • add a setting to show notification instead of terminal, when command fails (disabled by default). Also you can now retry the command from this notification! 2a187d4ab73a077a9f87bc84d20614f5e76322fd
  • now there is a queue for all package manager commands, they are not executed in parallel anymore! yay! 2a187d4ab73a077a9f87bc84d20614f5e76322fd

Bug Fixes

  • probably-not-good: detect common problem matchers in more cases 25bdad12a5f9b9cd09750a6c2901ab4c6acaf7d9
  • small settings cleanup 2a187d4ab73a077a9f87bc84d20614f5e76322fd
npm-the-fastest - v0.2.8

Published by zardoy about 2 years ago

Bug Fixes

  • bin completions & run bin command now scans all folders in fs up to the root
    it was fixed to make it work in files outside of any workspace 251296fe44134b9d4e0986bacec98430f2bab150
npm-the-fastest - v0.2.7

Published by zardoy about 2 years ago

New Features

  • make commands completions look nice with vscode-icons b544c82ea4b1f1c765b80e8ff49e9070985a7092

Bug Fixes

  • update matching script links logic to latest from vscode c80bf820d1ae7418a08be14be9a6e0c7a8babc02
npm-the-fastest - v0.2.6

Published by zardoy about 2 years ago

Bug Fixes

  • include updated settings to enable all last features 220f4c5b9cd9799ec7752b29ec0e2bc14ec22acf
npm-the-fastest - v0.2.5

Published by zardoy about 2 years ago

New Features

  • links: support concurruntly pattern 2f5fc91a4a50d9130c8f9c90c8b397ad7749182a
npm-the-fastest - v0.2.4

Published by zardoy about 2 years ago

New Features

  • links for scripts 02e227c02e95f27b61a7626327a9352f8f5ed2e6
  • add smart-completions in package.json for name, experimental for scripts 6284222d09c4ae79213095f1fe2eea19223db46b
npm-the-fastest - v0.2.3

Published by zardoy about 2 years ago

Bug Fixes

  • update pnpm schema 9e10c4d8881542adb862abed9da5b30f8f4ad563
npm-the-fastest - v0.2.2

Published by zardoy about 2 years ago

New Features

  • add open at commands: revealInExplorer, openPackagePackageJson 12791e5febe099046bf1438d356ff39bd6ee8db7
  • implement openWorkspacePackageJson command 12791e5febe099046bf1438d356ff39bd6ee8db7

Bug Fixes

  • allow to run open at against workspace root node_modules when no file is opened 12791e5febe099046bf1438d356ff39bd6ee8db7
  • now addPackages runs against current workspace root (root package.json) 12791e5febe099046bf1438d356ff39bd6ee8db7