mirror of
https://github.com/tj/n.git
synced 2024-11-22 11:37:26 +01:00
4.1 KiB
4.1 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.
4.1.0
Added
- 'n uninstall` to remove node and npm
- describe
NODE_MIRROR
inREADME
Removed
PROJECT_NAME
andPROJECT_URL
fromREADME
. First step to deprecatingn project
. Open an issue if you still need this!
4.0.0
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 (2019-04-07)
Added
Fixed
- permission denied errors when running read-only commands without sudo #416
3.0.1 (2019-04-05)
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 (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 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