Skip to content

Releases: tj/n

7.0.2

26 Feb 23:45
Compare
Choose a tag to compare

Fixed

  • consistently log to STDOUT (#654)

7.0.1

30 Jan 03:57
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

6.7.0

25 Jul 10:08
Compare
Choose a tag to compare

Added

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

6.6.0

04 Jul 03:31
Compare
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)

6.5.1

11 Apr 05:51
Compare
Choose a tag to compare

Added

  • specify auto to read the target version from a .n-node-version file

(i.e. changed filename from 6.5.0 release)

6.5.0 [YANKED]

11 Apr 02:21
Compare
Choose a tag to compare

Added

  • specify auto to read the target version from a .node-version file (#616)

6.4.0

10 Mar 08:04
Compare
Choose a tag to compare

Added

  • treat armv8l as arm64 (#614)