Skip to content

Releases: tj/n

7.2.1

19 Apr 08:32

Choose a tag to compare

Added

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

7.2.0 [YANKED]

19 Apr 08:46

Choose a tag to compare

Released off wrong branch, essentially same as 7.1.0.

7.1.0

12 Mar 07:14

Choose a tag to compare

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

7.0.2

26 Feb 23:45

Choose a tag to compare

Fixed

  • consistently log to STDOUT (#654)

7.0.1

30 Jan 03:57

Choose a tag to compare

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)

7.0.0

20 Dec 04:26

Choose a tag to compare

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)

6.8.0

12 Dec 06:37

Choose a tag to compare

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

6.7.1

25 Nov 09:13

Choose a tag to compare

Fixed

  • detect and handle a failed download of full archive ([#635])

6.7.0

25 Jul 10:08

Choose a tag to compare

Added

  • auto support for:
    • .node-version
    • .nvmrc
    • engines field of package.json

6.6.0

04 Jul 03:31

Choose a tag to compare

Added

  • labels for node support aliases, such as lts_latest

Fixed

  • Enable xz support by default for macOS 11+ (#624)