Skip to content

Releases: jasongin/nvs

v1.7.1

Choose a tag to compare

@jasongin jasongin released this 16 Aug 18:51

Updated some dependencies

v1.7.0

Choose a tag to compare

@jasongin jasongin released this 07 Dec 09:00
  • Fix PowerShell prompt conflict (#254)
  • Fix PowerShell login issue on Linux (#271)
  • Fix HTTP agent proxy issue (#248)

v1.6.2

Choose a tag to compare

@jasongin jasongin released this 20 Apr 00:59
e61130f
  • Update bootstrap node version to v16.
  • Use arm64 binaries for Mac M1
  • Add homebrew install script

v1.6.1

Choose a tag to compare

@jasongin jasongin released this 07 Apr 22:38
  • Fixes for Mac M1
  • Fixes for Git Bash on Windows

v1.6.0

Choose a tag to compare

@jasongin jasongin released this 20 Jul 17:09
  • Proxy support (#55)
  • Add outdated command (#42)
  • Improve xz detection and fallback for some platforms (#114, #153)
  • Handle missing env vars when detecting profile (#160)
  • Update bootstrap to Node.js 12.18.2 (#166)
  • Update some dev dependencies

v1.5.4

Choose a tag to compare

@jasongin jasongin released this 21 Nov 01:08
b6a607d
Add shell scripts to MSI (#149)

v1.5.3

Choose a tag to compare

@jasongin jasongin released this 16 Aug 18:46

Added .nvmrc detection in addition to .node-version.

v1.5.2

Choose a tag to compare

@jasongin jasongin released this 26 Dec 20:27

Handle EPERM error during nvs add by retrying.

v1.5.1

Choose a tag to compare

@jasongin jasongin released this 16 Oct 22:20

Apply workaround for npm cmd shims during nvs add to enable npm i -g npm.

v1.5.0

Choose a tag to compare

@jasongin jasongin released this 15 Oct 01:29
  • Update to Node v10 (LTS) for the tool runtime
  • Support NVM-style LTS version strings, e.g. "lts/*" or "lts/carbon".
  • TypeScript type-checking (Still no compile step is required, as the source is still plain JS. But the type-checking can potentially catch some mistakes.)
  • Several community-contributed bug fixes