Skip to content

Releases: jasongin/nvs

v1.7.1

16 Aug 18:51
Compare
Choose a tag to compare

Updated some dependencies

v1.7.0

07 Dec 09:00
Compare
Choose a tag to compare
  • Fix PowerShell prompt conflict (#254)
  • Fix PowerShell login issue on Linux (#271)
  • Fix HTTP agent proxy issue (#248)

v1.6.2

20 Apr 00:59
e61130f
Compare
Choose a tag to compare
  • Update bootstrap node version to v16.
  • Use arm64 binaries for Mac M1
  • Add homebrew install script

v1.6.1

07 Apr 22:38
Compare
Choose a tag to compare
  • Fixes for Mac M1
  • Fixes for Git Bash on Windows

v1.6.0

20 Jul 17:09
Compare
Choose a tag to compare
  • 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

21 Nov 01:08
b6a607d
Compare
Choose a tag to compare
Add shell scripts to MSI (#149)

v1.5.3

16 Aug 18:46
Compare
Choose a tag to compare

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

v1.5.2

26 Dec 20:27
Compare
Choose a tag to compare

Handle EPERM error during nvs add by retrying.

v1.5.1

16 Oct 22:20
Compare
Choose a tag to compare

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

v1.5.0

15 Oct 01:29
Compare
Choose a tag to compare
  • 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