You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 KiB
14 KiB
v1.16.0 (2019-10-27)
New Feature 🎉
Bugfix 🐛
Internal 🛠
- #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)
Documentation 📝
- #157 Rename
--base-dir
to--fnm-dir
in README (@thomsj) - #158 Uncapitalise "Node" in
--multi
description (@thomsj)
Committers: 2
v1.15.0 (2019-09-23)
Bugfix 🐛
Documentation 📝
- #132 Fix spelling of availability in install.sh (@trevershick)
Committers: 2
- Gal Schlezinger (@Schniz)
- Trever Shick (@trevershick)
v1.14.0 (2019-08-20)
New Feature 🎉
Bugfix 🐛
Internal 🛠
Committers: 1
- Gal Schlezinger (@Schniz)
v1.13.0 (2019-07-15)
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)
Committers: 2
v1.12.0 (2019-06-06)
New Feature 🎉
- #106 Add
default
, as a shortcut foralias default
(@dangdennis) - #104 Add a 'debug' log level (@Schniz)
Internal 🛠
- #88 Successfully build on Windows (@ulrikstrid)
Committers: 3
- Dennis Dang (@dangdennis)
- Gal Schlezinger (@Schniz)
- Ulrik Strid (@ulrikstrid)
v1.11.0 (2019-05-27)
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)
v1.10.0 (2019-05-01)
New Feature 🎉
Documentation 📝
Committers: 2
v1.9.1 (2019-04-14)
Bugfix 🐛
- #91 Fix
fnm env
for fish shell. (@hwartig) - #90 Installation script doesn't use GitHub API, but a link to the latest directly (@Schniz)
Committers: 2
v1.9.0 (2019-03-18)
New Feature 🎉
Documentation 📝
Committers: 1
- Gal Schlezinger (@Schniz)
v1.8.0 (2019-03-13)
Bugfix 🐛
- #83 fix: remove unmatched quote written in the fish config file (@ThomasMarcel)
Internal 🛠
Committers: 2
- Gal Schlezinger (@Schniz)
- Thomas Alcala Schneider (@ThomasMarcel)
v1.7.2 (2019-03-07)
Bugfix 🐛
Committers: 1
- Gal Schlezinger (@Schniz)
v1.7.1 (2019-03-05)
Bugfix 🐛
- #77 Fix "command not found: elsif" error (@johnletey)
Internal 🛠
Committers: 2
- Gal Schlezinger (@Schniz)
- John Letey (@johnletey)
v1.7.0 (2019-03-04)
New Feature 🎉
- #68 Infer shells automatically, and
use
versions based on the current working directory (optional) (@Schniz)
Committers: 1
- Gal Schlezinger (@Schniz)
v1.6.2 (2019-03-04)
Bugfix 🐛
Documentation 📝
Committers: 1
- Gal Schlezinger (@Schniz)
v1.6.1 (2019-02-26)
Bugfix 🐛
Committers: 1
- Gal Schlezinger (@Schniz)
v1.6.0 (2019-02-25)
New Feature 🎉
Bugfix 🐛
Internal 🛠
Committers: 2
v1.5.1 (2019-02-22)
Bugfix 🐛
Committers: 1
- Gal Schlezinger (@Schniz)
v1.5.0 (2019-02-21)
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)
Internal 🛠
Documentation 📝
Committers: 4
- Gal Schlezinger (@Schniz)
- Jordan Davidson (@from-nibly)
- Max Knee (@maxknee)
- Ran Yitzhaki (@ranyitz)
v1.4.0 (2019-02-18)
New Feature 🎉
- #45 Use exit code 1 on errors on
fnm use
(@Schniz) - #42 Add support for .node-version files (@Dean177)
Documentation 📝
Committers: 3
v1.3.0 (2019-02-14)
New Feature 🎉
- #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)
Documentation 📝
Committers: 2
v1.2.1 (2019-02-11)
Bugfix 🐛
Internal 🛠
Documentation 📝
Committers: 1
- Gal Schlezinger (@Schniz)
v1.2.0 (2019-01-30)
New Feature 🎉
Bugfix 🐛
- #16 Make
fnm --version
show the correct version (@Schniz) - #15 Don't throw in nonexistent directory on
fnm ls
(@Schniz)
Documentation 📝
Committers: 1
- Gal Schlezinger (@Schniz)
v1.1.0 (2019-01-27)
New Feature 🎉
- #10 Add fish shell setup to
env
command and README (@elliottsj)
Committers: 1
- Spencer Elliott (@elliottsj)