0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00
n/CHANGELOG.md

3.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Changed

  • internal: improve shell script based on ShellCheck suggestions, quoting variables use etc #187 #465

3.0.2 (2019-04-07)

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 (2019-04-05)

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 (2019-03-29)

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