Releases: tj/n
Releases · tj/n
3.0.1
Added
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
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 standardcommand -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
Version 2.1.11
v2.1.11 [version]Changed to version 2.1.11
Version 2.1.10
Fixed node version sorting
Version 2.1.0 (noble)
It's been a while, but n v2.1.0 (noble)
is here!
Here are the changes introduced since the last version (v2.0.2
):
- (#301) add support for private (3rd party) Node build repositories – @wblankenship
- (#194) display help in addition to an error when there are no installed versions – @jbnicolai
- (#227) prevent activation failure when a target subdirectory is a symlink – @chrootsu
- (07b2c90, 67bf7e4) clean-up
README
, fix version inbin/n
– @maxrimue - (#303) ensure version menu appears at top of terminal – @chrootsu
- (#228, #305) configure Node properly for systems with
grsecurity
andPaX
– @chrootsu - (#322) add support for managing
lts
releases – @stefanmaric - (#333) allow using
latest
andstable
withn use
– @qw3rtman - (dd672dc) update Gitter badge in
README
– @qw3rtman - (f6306a0) clean-up
Makefile
– @qw3rtman - (#332) update
contributors
inpackage.json
– @qw3rtman - (dfe5ab3) update
description
inpackage.json
– @qw3rtman
Update with npm install -g n
. Enjoy!
v2.0.2
v1.4.2
v2.0.1
- Changed --strip to --strip-components to support more shells
Plus the following changes from 2.0.0:
- Removed
prev
(@tedgaydos) - Added -a|--arch option to override the system architecture when downloading binaries (@ralphtheninja)
- Fixed behavior when looking for available versions (@wyvernnot)
- Support upcoming Node.js builds for ARMv6 (@maxrimue)
- Fixed behavior in sorting version numbers (@tedgaydos)
- Added quiet mode (@tedgaydos)
- Added download-only mode (@maxrimue)
- Removed iojs alias (@tedgaydos)
- Removed stable keyword for io.js (@tedgaydos)
v1.4.1
- Changed
--strip
to--strip-components
to support more shells
Plus the following changes from 1.4.0:
- Added -a|--arch option to override the system architecture when downloading binaries (@ralphtheninja)
- Fixed behavior when looking for available versions (@wyvernnot)
- Support upcoming Node.js builds for ARMv6 (@maxrimue)
- Fixed behavior in sorting version numbers (@tedgaydos)
- Added quiet mode (@tedgaydos)
- Added download-only mode (@maxrimue)
- Removed
iojs
alias (@tedgaydos) - Removed
stable
keyword for io.js (@tedgaydos)