All Versions
18
Latest Version
Avg Release Cycle
69 days
Latest Release
790 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.33.10 Changes
April 25, 2018π Fix
- β
install-latest-npm
: npm 6 is out, and requires node 6 or higher
- β
-
v0.33.9 Changes
April 15, 2018π New Stuff
π Fixes
install.sh
: detect a defined but nonexistent $NVM_DIR (#1700)install.sh
: Don't give detached HEAD advice when installing (#1704)- β Add missing "command" prefixes for few commands (#1735, #1725, #1736)
- π Use
nvm_echo
instead ofecho
directly (#1751) - π¦
reinstall-packages
: Prevent install/link when no packages found (#1750) - π¦ ensure --reinstall-packages-from has a version number (#1760)
bash_completion
: Reduce startup time (#1759)- 0οΈβ£ installing with an LTS name should lowercase the name before ensuring a default (#1781)
- β Add autocompletion support to zsh (#1707)
- π
install.sh
: Detect profile with $BASH_VERSION and $ZSH_VERSION (#1780) - Turn off wget's output in nvm_get_latest (#1785)
nvm debug
: Improve OS version detection (#1746)
π¨ Refactors
- π Various style and shellcheck fixes (#1684, #1724, #1747, #1748)
- β‘οΈ Optimize ShellCheck installation in Docker image (#1729)
- Remove duplicate code in nvm_npm_global_modules() (#1742)
- π Use grep
-q
parameter instead of redirect to /dev/null (#1741) install.sh
: Improve install.sh prompt output, add a newline (#1783)
π Docs
- π Explain
.nvmrc
better (#1673) - β‘οΈ Update minimum git version to v1.17.10
- β Add escape sequences (#1701)
- β add
nvm which current
tonvm --help
output - β‘οΈ avoid need for future copyright year updates (#1713)
- β Add reminder that NVM_DIR should not contain trailing slash (#1726, #1708)
- Display FreeBSD and SunOS with correct caps (#1728)
- β‘οΈ Update Docker image build info in README.md (#1733)
- π Various typo fixes (#1756, #1753)
- β removed global install on README.md (#1775, #1773)
- β Add removal instructions to README.md (#1777, #1767)
- π Fix manual install & upgrade guide (#1786, #1772)
- β Add macOS install script note about git (#1787, #1782)
β Tests
-
v0.33.8 Changes
December 12, 2017π Fix
- β
nvm install-latest-npm
: fix for node 4.5/4.6
- β
-
v0.33.7 Changes
December 09, 2017 -
v0.33.6 Changes
October 24, 2017 -
v0.33.5 Changes
October 24, 2017π New Stuff
- β¨
debug
: Enhance nvm debug with more tools info (#1613)
π Fixes
- β
install-latest-npm
:io.js
v1.0.x
has weird behavior with npm v4.6.x. - unset
NVM_RC_VERSION
when unloading (#1607) - Preserve PATH locations order when changing versions (#1316)
- ensure all
grep
calls go throughnvm_grep
(#1615)
π Documentation
- β‘οΈ Update README.md for Alpine linux reference (#1606)
β Tests
- β retry io.js test runs, since iojs.org is flaky
- β Remove the manual ShellCheck install proecss on Travis CI (#1619)
- β¨
-
v0.33.4 Changes
September 05, 2017π Fixes
- β
[Fix]
install-latest-npm
:io.js
v1.0.0
has weird behavior with npm v4.6.x
- β
[Fix]
-
v0.33.3 Changes
September 04, 2017π New Stuff
- β¬οΈ
nvm install
: add--latest-npm
option to automatically try to upgrade to the latest working version ofnpm
- β add support for
$NVM_DIR/default-packages
file (#1463) - π³ Introduce Docker environment for nvm (#1472, #1575)
- π¨ Print $TERM_PROGRAM in nvm debug if it exists (#1578)
install.sh
: Speedup process to install nvm from git by dropping commit history (#1476)- β¬οΈ
install.sh
: Add--auto
to git gc to speed up install & upgrade (#1576) install.sh
: Clean up git reflog history before git gc (#1579)install.sh
: install bash_completion via script method (#1588)
π Fixes
set -u
: ensure that potentially unbound variables arenβt called unchecked (#1363, #1516)- ensure if
npm link
fails, that$IFS
is not improperly set (#1519) - 0οΈβ£ set IFS to default for all nvm commands (#1227, #1244, #1514, #1518)
set -u
: whenALIAS
is unset, donβt reference an unbound variable (#1526)- π Fix
--version
help text (#1538) - enable curl compression only on curl >=7.21.0 (#1550)
nvm install -s
: properly precompute clang version (#1554)- curl should fail if something wrong (#1556, #1557)
- Adjust $CURL_COMPRESSED_FLAG usage for curl (#1562, #1567)
set -u
:nvm install
/nvm use
: fix unbound vars (#1587)- π [bash completion] add missing
install-latest-npm
; remove undocumentedclear-cache
(#1564)
π Documentation
- π move the install script to the top; put the notes in a separate section
- Install script - Improve installation guide (#1544)
- β¬οΈ bump sample version numbers (#1539)
- β add note about Linux troubleshooting (#1566)
- β‘οΈ updated to reflect current script output (#1574)
β Testing
- π Fix cache for WITHOUT_CURL tests in Travis (#1529)
- β¬οΈ