Skip to content

Releases: zardoy/npm-the-fastest

v0.2.2

05 Aug 09:33
Compare
Choose a tag to compare

New Features

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

Bug Fixes

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

v0.2.1

06 May 17:17
Compare
Choose a tag to compare

New Features

v0.2.0

27 Mar 04:29
f75e242
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • feat: ! change order of picking lock file e.g. when workspace has package-lock.json and pnpm-lock.yaml now pnpm is used instead of npm f726676

New Features

  • startSpecialCommand command 45834de

v0.1.7

10 Mar 08:06
Compare
Choose a tag to compare

New Features

  • allow to specify custom script to start via arg
    script should be restarted if it's already running 2ebccfb

v0.1.6

09 Mar 09:11
Compare
Choose a tag to compare

New Features

Bug Fixes

  • properly extract module name from import statements for codeactions. This fix following issues:
  • bug where module name were incorrectly extracted when import statement contained path import
  • now module codeactions isn't showing for non modules (e.g. ~/components/...) a36deca
  • open-at-commands: display title of command in quickpick 0132b2e

v0.1.5

04 Mar 08:59
Compare
Choose a tag to compare

New Features

  • register code actions also for vue c66026d

Bug Fixes

  • fix regression where openClosestPackageJson command previously always opened workspace root package.json and nothing in non-document tabs c66026d
  • fix openAt commands: they now resolve modules' package.json correctly c66026d

v0.1.4

19 Feb 18:51
Compare
Choose a tag to compare

New Features

  • add autocompletion to more fields in package.json 3e67aff
  • add basic json schema for pnpm prop in package.json (and link to docs!) 3e67aff

v0.1.3

10 Feb 05:05
Compare
Choose a tag to compare

Bug Fixes

  • fix a crash due to recently introduced restart delay setting when setting wasn't set c3c6c25

v0.1.2

09 Feb 21:41
Compare
Choose a tag to compare

Bug Fixes

  • polish descriptions of some settings. remove unused scriptsCompletion 7732483

v0.1.1

09 Feb 21:14
Compare
Choose a tag to compare

New Features

  • When restarting script via quickpick you can now specify delay for specific or all scripts 7b6963f
  • Add statusbar that shows currently running npm scripts. Click it to open quick pick with npm scripts. 44ac8a1

Bug Fixes

  • support openClosestPackageJson command in virtual workspaces (eg GitHub Repositories) f894586
  • openClosestPackageJson: open package.json of first workspace in case if file with unknown scheme is opened (settings.json or keybindings.json) or some other extension-editor (such as Search Editor or some HTTP client) f894586
  • fix infinite loop in some commands in case if they failed to find closest node_modules f894586
  • add Already up-to-date message reporting 5a8ea66