Highlights 🔦
- We now have an
uninstall
command thanks to the amazing @tatchi! - Binary size has dropped significantly thanks to @ulrikstrid and the migration to
base
. This takes us a little further in supporting Windows! - System versions of Node can be used by
fnm use system
Changelog 📝
New Feature 🎉
Bugfix 🐛
- #103 Fix missing aliases due to newer
realpath
(@Schniz) - #99 fix EACCES error when installing an already downloaded version (@tatchi)
Internal 🛠
- #101 Move from base to core (@ulrikstrid)
- #102 Implement
realpath
instead of binding to C library (@Schniz) - #100 Add Semver to library, an simple non-spec implementation of semver (@Schniz)
Committers: 3
- Corentin Leruth (@tatchi)
- Gal Schlezinger (@Schniz)
- Ulrik Strid (@ulrikstrid)