Skip to content

Releases: zardoy/npm-the-fastest

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

v0.2.11

06 Oct 05:41
Compare
Choose a tag to compare

New Features

  • Watch lockfiles feature! Now by default we prompt to install packages with specific package manager! 3bc637c

v0.2.10

06 Oct 04:55
Compare
Choose a tag to compare

New Features

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

Bug Fixes

  • install.runOnOpen now works! c7484f3

v0.2.9

06 Oct 04:22
Compare
Choose a tag to compare

New Features

  • implement unsavedFileBeforePackageManagerCommand! 0f91635
  • 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! 2a187d4
  • 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! 2a187d4
  • now there is a queue for all package manager commands, they are not executed in parallel anymore! yay! 2a187d4

Bug Fixes

  • probably-not-good: detect common problem matchers in more cases 25bdad1
  • small settings cleanup 2a187d4

v0.2.8

05 Oct 06:50
Compare
Choose a tag to compare

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 251296f

v0.2.7

13 Sep 05:34
Compare
Choose a tag to compare

New Features

  • make commands completions look nice with vscode-icons b544c82

Bug Fixes

  • update matching script links logic to latest from vscode c80bf82

v0.2.6

11 Sep 10:38
Compare
Choose a tag to compare

Bug Fixes

  • include updated settings to enable all last features 220f4c5

v0.2.5

11 Sep 03:59
Compare
Choose a tag to compare

New Features

  • links: support concurruntly pattern 2f5fc91

v0.2.4

10 Sep 19:34
Compare
Choose a tag to compare

New Features

  • links for scripts 02e227c
  • add smart-completions in package.json for name, experimental for scripts 6284222

v0.2.3

12 Aug 16:36
Compare
Choose a tag to compare

Bug Fixes