Skip to content

Releases: tj/n

6.0.0-0 Prerelease

03 Aug 09:41
Compare
Choose a tag to compare
6.0.0-0 Prerelease Pre-release
Pre-release

(Released as 6.0.0)

5.0.2

02 Aug 09:39
Compare
Choose a tag to compare

Added

  • instructions to bottom of menu version selection

5.0.1

20 Jul 01:48
Compare
Choose a tag to compare

Changed

  • removed reference to prerelease version of v5.0.0 from README

5.0.0

20 Jul 01:28
Compare
Choose a tag to compare

Added

  • log message after install from cache (previously silent)
  • extra logging after install if the active and installed node locations are different
  • support for NO_COLOR and CLICOLOR=0
  • suppress progress and colour if not interactive tty
  • define N_USE_XZ to download .xz compressed archives instead of .gz archives

Changed

  • reinstalling active node version always does reinstall (previously silently did nothing)
  • log message for installing using menu now same format as npm install message
  • updates to GitHub templates and guidelines for contributing et al

5.0.0-next.0

03 Jun 08:51
Compare
Choose a tag to compare
5.0.0-next.0 Pre-release
Pre-release

Added

  • log message after install from cache (previously silent)
  • extra logging after install if the active and installed node locations are different
  • support for NO_COLOR and CLICOLOR=0
  • suppress progress and colour if not interactive tty

Changed

  • reinstalling active node version always does reinstall (previously silently did nothing)
  • log message for installing using menu now same format as npm install message
  • updates to GitHub templates and guidelines for contributing et al

4.1.0

10 May 08:44
Compare
Choose a tag to compare

Added

  • 'n uninstall` to remove node and npm
  • describe NODE_MIRROR in README

Removed

  • PROJECT_NAME and PROJECT_URL from README. First step to deprecating n project. Open an issue if you still need this!

4.0.0

04 May 22:08
Compare
Choose a tag to compare

Only minor functional changes, but technically could break scripts relying on specific behaviour.

Fixed

  • remove trailing space from bin output #456

Added

  • development tests #545

Changed

  • internal: improve shell script based on ShellCheck suggestions, quoting variables use etc #187 #465
  • put single quote marks around parameters to clarify error messages #485
  • update terminology to be more careful with current/latest #522

3.0.2

07 Apr 04:58
Compare
Choose a tag to compare

Added

  • instructions to avoid need for sudo when installing to /usr/local #416 #562

Fixed

  • permission denied errors when running read-only commands without sudo #416

3.0.1

05 Apr 07:42
Compare
Choose a tag to compare

Added

  • install instruction using Homebrew (macOS) #534
  • Table of Contents to README #466

Fixed

  • lts lookup on node mirrors which don't purge old versions (e.g. taobao) #512
  • hide cursor while selecting version from menu #528

Removed

  • gitter badge from README, as gitter chatroom inactive
  • inactive Core Team from README
  • instructions for scripted install of npm from README, which should no longer be needed and not working on Mac #536

3.0.0

29 Mar 11:12
Compare
Choose a tag to compare

Added

Changed

  • allow n rm of active version of node #541 #169 #327 #441
  • show more version examples in README, including partial version number #548
  • updated description of interactive version selection #518
  • make (old) stable an alias for lts #467 #335
  • replace use of which with more standard command -v #532

Fixed

  • error messages when selecting from version menu if active node version not listed #541 #292 #367 #391 #400
  • removed inappropriate shift from prune function #531 #529

Removed

  • Remove old io project support #516 #331