Highlight 🔦
Support for lts/*
has landed. Now you can refer to the latest Node v10 as lts/dubnium
and both use
and install
will understand that. Moreover, fnm install latest
creates an alias named latest
so you can use
it without thinking about the exact version.
Changelog 📝
New Feature 🎉
Bugfix 🐛
- #125 format versions in
uninstall
(@Schniz) - #114 installation script: use $INSTALL_DIR instead of hard-coded $HOME/.fnm (@Schniz)
Documentation 📝
- #130 Fix issues related to help pages (@Schniz)
- #123 Fix typo in successfully (@pavelloz)
- #118 Add note about upgrading (@pavelloz)
- #119 Remove "Homebrew" from future plans as it is done (@pavelloz)