Skip to content

Releases: zardoy/npm-the-fastest

v0.1.0

09 Feb 15:11
Compare
Choose a tag to compare

💥 BREAKING CHANGES

  • feat: change type of packageManagerAllowedEnv configuration from {pnpm: string[] | false} to enum: 'include' | 'exclude' | 'disable' now defaults to include on windows and mac in this mode envs picked from predefined list. Now it is not possible to control lists. This should finally fix pnpm crashes on Windows cdac71b

v0.0.25

08 Feb 00:18
Compare
Choose a tag to compare

New Features

  • Start script command: Add item button for revealing the script contents in package.json befc46c

Bug Fixes

  • clipboard-link-detection: don't spam with Install packages? notification on every windows focus 83d1ed7

v0.0.24

04 Feb 17:49
Compare
Choose a tag to compare

New Features

  • add icon for start scripts 1a94fb0

v0.0.21

24 Jan 18:40
Compare
Choose a tag to compare

Bug Fixes

  • pass only PATH env to pnpm by default to prevent crashes in some cases due to envs in extension host
    this is definitely a patch to some unexpected behavior
    Also new setting is added to allow control this e8bc0cf

v0.0.20

24 Jan 18:18
Compare
Choose a tag to compare

New Features

  • printEnv command for debugging 08e8c37

v0.0.19

23 Jan 23:43
Compare
Choose a tag to compare

New Features

  • NOTE
    Note, that in latest update when adding packages via quickpick button for adding package as devDependency has been removed
    You now need to write dev: or d: at the start to get dependency added as dev to your install list e4c86f2

Bug Fixes

  • publish with updated readme e4c86f2

v0.0.18

23 Jan 23:25
Compare
Choose a tag to compare

New Features

  • add leadingPackageManager setting that allows you specify pm that will be used by default with extremely sane default 142b803

Bug Fixes

  • restored default value of scripts.mainScripts 142b803
  • add output piping for pnpm commands 142b803
  • it seems commands (incluing pnpm) are now cancellable! 142b803

v0.0.17

23 Jan 21:49
Compare
Choose a tag to compare

New Features

  • unleash open repo / readme commands 36aad08
  • improve notification message for all package manager commands 36aad08
  • [pnpm only] now packages are installed with offline flag by default when no internet connection for add packages command 36aad08

Bug Fixes

  • now runOnOpen will run (or suggest to run) if package lock is present but not node_modules 36aad08
  • fix crash with yarn install workspace dependencies command 36aad08
  • fix always crashing with latest pnpm 36aad08
  • remove unimplemented commands 36aad08

v0.0.16

07 Jan 02:39
Compare
Choose a tag to compare

New Features

  • publish under new extension id 276a075

v0.0.15

07 Jan 02:36
Compare
Choose a tag to compare

New Features

  • version bump to publish to marketplace ae36602