- Gal Schlezinger (@Schniz)
- #315 Add
list
alias forls
(@probablykasper)
- #326 Make config arguments globally available on all commands (@Schniz)
- #323 Escape
cd
calls in Bash's use-on-cd (@Schniz) - #322 Run
fnm use
on shell initialization in Bash (@Schniz)
- Gal Schlezinger (@Schniz)
- Kasper (@probablykasper)
- Bjørn Arnholtz (@bjornua)
- #307 Refer to homebrew/core formula instead of custom tap (@jameschensmith)
- Gal Schlezinger (@Schniz)
- James Chen-Smith (@jameschensmith)
- #308 Allow unsuccessful symlink deletion in
fnm use
(@Schniz) - #303 Add ARM handling to installation script (@Schniz)
- #289 Remove logs from automatic version switching in
--use-on-cd
(@maxjacobson) - #301 UserVersion: Fix different parsing for leading
v
(@Schniz)
- #306 Throw an error instead of panicking when can't infer shell (@Schniz)
- #297 Update CI badge (@jameschensmith)
- Gal Schlezinger (@Schniz)
- James Chen-Smith (@jameschensmith)
- Max Jacobson (@maxjacobson)
- #287 Remove
--multi
from install script (@jameschensmith)
- #295 Add a warning if MULTISHELL env var is not in PATH (@Schniz)
- #293 Add detailed error instead of panic regarding
fnm env
(@Schniz)
- Gal Schlezinger (@Schniz)
- James Chen-Smith (@jameschensmith)
- #282 site: proxy the installation script (@Schniz)
- #271 Update README for Windows instructions (@Schniz)
- #281 docs: removed mentions of --multi from README (@folke)
- Gal Schlezinger (@Schniz)
- #275 Fix moving a node installation across mounting points (@jaythomas)
- #274 Add ARM arch support in downloads (@jaythomas)
- #266 Use separate config file for fish config (@wesbaker)
- Gal Schlezinger (@Schniz)
- Jay Thomas (@jaythomas)
- Wes Baker (@wesbaker)
- #246 Rewrite fnm in Rust (merge fnm.rs into fnm) — adding Windows support! (@Schniz)
- #243 Add installation script testing (@Schniz)
- #247 fixed a typo (@0xflotus)
- #245 Shorten the installation script (@Schniz)
- #237 docs: add explanation of uninstall command to README (@kazushisan)
- #235 Mention fnm omf plugin for Fish users (@idkjs)
- 0xflotus (@0xflotus)
- Alain Armand (@idkjs)
- Gal Schlezinger (@Schniz)
- Jo Liss (@joliss)
- Kazushi Konosu (@kazushisan)
- #220 Add
current
command to retrieve the current Node version (@vladimyr) - #210 Allow aliasing and removing an alias (@Schniz)
- #217 Set version on new shell initialization in fish (@jaredramirez)
- #207 Format dotfiles versions before comparison (@amitdahan)
- Amit Dahan (@amitdahan)
- Dario Vladović (@vladimyr)
- Gal Schlezinger (@Schniz)
- Jared Ramirez (@jaredramirez)
- #199 Fix typo criterias -> criteria (@waldyrious)
- Corentin Leruth (@tatchi)
- Maxime Loliée (@loliee)
- Waldir Pimenta (@waldyrious)
- #194 Add
fnm exec
to run commands with the fnm environment (@Schniz) - #191 uninstall allow prefix (Closes #121) (@tatchi)
- #190 Add majorVersion option to ls-remote (@tatchi)
- #200 Do not repeat installation prompt for unrecognized versions (@tatchi)
- #197 Fix capitalization of message in Use.re (@waldyrious)
- Corentin Leruth (@tatchi)
- Gal Schlezinger (@Schniz)
- Waldir Pimenta (@waldyrious)
- Gal Schlezinger (@Schniz)
- #176 Specify the release to the install script (@chrisdaley)
- Chris Daley (@chrisdaley)
- Gal Schlezinger (@Schniz)
- Gal Schlezinger (@Schniz)
- #154 Run all feature tests (@Schniz)
- #148 Make
env
smoke test pass when run with fish (@thomsj) - #153 Add missing
exit 1
s topartial_semver
tests (@thomsj) - #151 Add a CI check for code formatting (@Schniz)
- #149 Update to v6.17.1 in
partial_semver
feature test (@thomsj) - #143 Try to install new deps (@Schniz)
- #142 Drop buildsInSource (@Schniz)
- #157 Rename
--base-dir
to--fnm-dir
in README (@thomsj) - #158 Uncapitalise "Node" in
--multi
description (@thomsj)
- #132 Fix spelling of availability in install.sh (@trevershick)
- Gal Schlezinger (@Schniz)
- Trever Shick (@trevershick)
- Gal Schlezinger (@Schniz)
- #125 format versions in
uninstall
(@Schniz) - #114 installation script: use $INSTALL_DIR instead of hard-coded $HOME/.fnm (@Schniz)
- #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)
- #106 Add
default
, as a shortcut foralias default
(@dangdennis) - #104 Add a 'debug' log level (@Schniz)
- #88 Successfully build on Windows (@ulrikstrid)
- Dennis Dang (@dangdennis)
- Gal Schlezinger (@Schniz)
- Ulrik Strid (@ulrikstrid)
- #103 Fix missing aliases due to newer
realpath
(@Schniz) - #99 fix EACCES error when installing an already downloaded version (@tatchi)
- #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)
- Corentin Leruth (@tatchi)
- Gal Schlezinger (@Schniz)
- Ulrik Strid (@ulrikstrid)
- #91 Fix
fnm env
for fish shell. (@hwartig) - #90 Installation script doesn't use GitHub API, but a link to the latest directly (@Schniz)
- Gal Schlezinger (@Schniz)
- #83 fix: remove unmatched quote written in the fish config file (@ThomasMarcel)
- Gal Schlezinger (@Schniz)
- Thomas Alcala Schneider (@ThomasMarcel)
- Gal Schlezinger (@Schniz)
- #68 Infer shells automatically, and
use
versions based on the current working directory (optional) (@Schniz)
- Gal Schlezinger (@Schniz)
- Gal Schlezinger (@Schniz)
- Gal Schlezinger (@Schniz)
- Gal Schlezinger (@Schniz)
- #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)
- #58 Adding check for OSX during writing for bash shell (@maxknee)
- #56 Correct status code on
install
failures (@ranyitz)
- Gal Schlezinger (@Schniz)
- Jordan Davidson (@from-nibly)
- Max Knee (@maxknee)
- Ran Yitzhaki (@ranyitz)
- #45 Use exit code 1 on errors on
fnm use
(@Schniz) - #42 Add support for .node-version files (@Dean177)
- #36 Support Node.js mirrors (@Schniz)
- #30 Aliases and multishell support (@Schniz)
- #37 Don't throw on existing installation (@Schniz)
- #27 skip installation if the version is already installed (@kentac55)
- Gal Schlezinger (@Schniz)
- #16 Make
fnm --version
show the correct version (@Schniz) - #15 Don't throw in nonexistent directory on
fnm ls
(@Schniz)
- Gal Schlezinger (@Schniz)
- #10 Add fish shell setup to
env
command and README (@elliottsj)
- Spencer Elliott (@elliottsj)