All Versions
47
Latest Version
Avg Release Cycle
41 days
Latest Release
539 days ago

Changelog History
Page 2

  • v7.3.1 Changes

    July 25, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved README for new users missing expected folders in /usr/local ([#679])
  • v7.3.0 Changes

    June 06, 2021

    โž• Added

    • ๐Ÿ‘ ls-remote supports engine and auto labels ([#675])
    • โฌ‡๏ธ reduce engine and auto logging with --quiet ([#675])
    • โž• add WSL support to README ([#676])
    • ๐Ÿ‘Œ support for Emacs up and down keys (ctrl-p and ctrl-n) ([#669])

    ๐Ÿ”„ Changed

    • ๐ŸŒฒ diagnostic logging during processing of engine and auto written to stderr rather than stdout ([#675])
  • v7.2.2 Changes

    April 25, 2021

    ๐Ÿ›  Fixed

    • arrow key navigation of version menu when terminal in application mode (e.g. PowerShell on Mac) ([#668])
  • v7.2.1 Changes

    April 19, 2021

    โž• Added

    • install native arm64 Node.js on Macs with Apple silicon for Node.js 16 and higher ([#664])
  • v7.2.0 Changes

    April 19, 2021

    ๐Ÿš€ Released off wrong branch, essentially same as 7.1.0.

  • v7.1.0 Changes

    March 12, 2021

    โž• Added

    • ๐Ÿ‘Œ support installs where /usr/local/share/man is a symlink (such as archlinux)
    • โœ‚ remove requirement for rsync for --preserve
    • ๐Ÿ“ฆ avoid install pollution if user installs global packages when using n exec
  • v7.0.2 Changes

    February 27, 2021

    ๐Ÿ›  Fixed

    • ๐ŸŒฒ consistently log to STDOUT ([#654])
  • v7.0.1 Changes

    January 30, 2021

    ๐Ÿ”„ Changed

    • โšก๏ธ update bats, and use bats-assert for better unit test failure messages

    ๐Ÿ›  Fixed

    • fail to display error in some cases for missing both curl and wget ([#649])
  • v7.0.0 Changes

    December 20, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ auto label now scans for package.json only if it can not find a version control file ([#644])

    โž• Added

    - ๐Ÿ“ฆ engine label to look for engines.node in package.json (as used byauto) ([#644])

    ๐Ÿ›  Fixed

    • avoid colorized grep output via GREP_OPTIONS breaking version lookup ([#643])
  • v6.8.0 Changes

    December 12, 2020

    ๐Ÿ›  Fixed

    • โš  suppress unwanted warning during auto when using npx with npm 7
    • temporary fix for installing on Mac with Apple M1 chip, look for x64 versions of node as arm64 not available yet