mirror of
https://github.com/tj/n.git
synced 2024-11-22 02:57:32 +01:00
2.5 KiB
2.5 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 (date goes here)
Added
- install instruction using homebrew (macOS)
Fixed
- lts lookup on node mirrors which don't purge old versions (e.g. taobao) #512
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