Skip to content

Releases: tj/n

6.3.1

25 Feb 08:31
Compare
Choose a tag to compare

Fixed

  • remove old version of node before copy to avoid firewall issues on macOS (#394)

6.3.0

24 Feb 08:56
8c30f12
Compare
Choose a tag to compare

Added

  • --preserve to preserve npm and npx during install of node (#587)

6.2.0

29 Jan 09:11
Compare
Choose a tag to compare

Added

  • Downloads now default to using tarballs compressed by xz over gzip, if xz support detected. (#606 #607)

6.1.3

23 Nov 05:01
Compare
Choose a tag to compare

Added

  • added How It Works to README

Changed

  • simplified layout for n doctor output

6.1.2

16 Nov 03:45
Compare
Choose a tag to compare

Added

  • advice to reset command hash when node location changes (#170 #381 #451 #588)
  • in README describe raw download of n to bootstrap install of node and npm

6.1.1

16 Nov 03:44
Compare
Choose a tag to compare

Fixed

  • Specify --no-same-owner for tarball extraction so cache files not owned by unexpected user (when run with sudo) (#593)

6.1.0

25 Oct 07:50
Compare
Choose a tag to compare

Added

  • deletion of cached versions from menu using 'd' ([#590])

6.0.1

20 Aug 08:55
Compare
Choose a tag to compare

Fixed

  • allow options to come after commands, especially n lsr --all

6.0.0

16 Aug 09:21
Compare
Choose a tag to compare

Added

  • version specified using release stream codenames, like argon (#423)
  • version specified using nightly et al (#376)
  • n exec for running arbitrary command with node and npm in PATH (#185)
  • n run with legacy aliases of as and use
  • n lsr for listing matching remote versions, limited to 20 by default (#383)
  • n doctor for displaying diagnostic information
  • n install for people used to other products with this command (#524)
  • --insecure to disable curl/wget certificate checks
  • added npm version to installed message (#210 #484 #574)

Changed

  • Breaking wget now checks certificates (secure by default, same as curl setup). (#475 #509)
  • failure messages go to stderr instead of stdout
  • prefixed N_NODE_MIRROR to eventually replace NODE_MIRROR
  • Breaking n ls now lists local download versions (rather than remote versions)
  • lookup available versions using index.tab rather than screen-scraping (#560)

Fixed

  • download errors display informative message, instead of just Invalid version (#482 #492 et al)
  • improve reliability of downloads from custom node mirrors, including removing broken is_oss_ok (#560)
  • restrict downloads to versions with architecture available (#463)

Removed

  • Breaking support for PROJECT_NAME and PROJECT_URL for custom downloads (#342)

6.0.0-1 Prerelease

12 Aug 09:45
Compare
Choose a tag to compare
6.0.0-1 Prerelease Pre-release
Pre-release

Fixed

  • extra arguments to the new commands introduced in 6.0.0-0 were being further processed, so n ls 8 would list local versions then install 8