✨ Highlight ✨
Inference of complete semantic version:
In order to download the latest Node 11 version:
fnm install 11
In order to use the latest installed Node 11 version:
fnm use 11
All contributions 👏 🌮
New Feature 🎉
- #60 Disable colors for non-tty devices (@Schniz)
- #48 Add parameters to the install script, enabling custom installs (
--install-dir
and--skip-shell
) (@from-nibly) - #54 Infer complete semver (
vX.X.X
) out of partial input (vX
/vX.X
). (@Schniz)
Bugfix 🐛
- #58 Adding check for OSX during writing for bash shell (@maxknee)
- #56 Correct status code on
install
failures (@ranyitz)