All Versions
47
Latest Version
Avg Release Cycle
41 days
Latest Release
510 days ago

Changelog History
Page 5

  • v5.0.0-next.0 Changes

    June 03, 2019

    โž• 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
  • v5.0.0-0

    June 03, 2019
  • v4.1.0 Changes

    May 10, 2019

    โž• 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!
  • v4.0.0 Changes

    May 05, 2019

    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
  • v3.0.2 Changes

    April 07, 2019

    โž• 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
  • v3.0.1 Changes

    April 05, 2019

    โž• 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
  • v3.0.0 Changes

    March 29, 2019

    โž• 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

    <!-- reference links for issues and pull requests -->

    ๐Ÿš€ <!-- reference links for releases -->

    ๐Ÿš€ [Unreleased]: https://github.com/tj/n/compare/master...develop