fnm Releases
142 releases of Schniz/fnm
- v1.16.0
This release introduces support for Node.js LTS streams and fixes logging issues in the Fish shell environment. It also includes various internal improvements and documentation updates.
Oct 29, 2019
- v1.15.0
A maintenance release focusing on improving the uninstallation process and fixing documentation typos. No major new functionality was added.
Sep 23, 2019
- v1.14.0
This release adds a shorter version flag and deprecates the MacOS installation script in favor of Homebrew. It also fixes Windows build issues.
Aug 20, 2019
- v1.13.0
A major feature release introducing support for Node.js LTS streams, allowing users to use aliases like `lts/dubnium`. It also improves version formatting in uninstall commands.
Jul 15, 2019
- v1.12.0
This release adds convenience commands and logging controls. It also achieves successful Windows builds.
Jun 6, 2019
- v1.11.0
Focuses on reducing binary size and adding system version support. It also introduces the `uninstall` command.
May 27, 2019
- v1.10.0
Introduces multi-user support and log level configuration to reduce noise in shells.
May 2, 2019
- v1.9.1
A hotfix release addressing issues with the Fish shell environment setup and the installation script.
Apr 14, 2019
- v1.9.0
Adds interactive prompting to automatically install Node.js versions when requested.
Mar 19, 2019
- v1.8.0
Focuses on performance by stripping debug symbols from binaries to reduce size.
Mar 13, 2019
- v1.7.2
This release addresses a bug that prevents errors when encountering non-existent directories, ensuring the tool handles edge cases more gracefully.
Mar 7, 2019
- v1.7.1
This update fixes a syntax error in the shell script and confirms that the `use-on-cd` feature now works reliably with `.node-version` files on Zsh.
Mar 5, 2019
- v1.7.0
This release introduces the `--use-on-cd` feature, allowing the tool to automatically switch Node versions based on `.nvmrc` or `.node-version` files in the current directory.
Mar 5, 2019
- v1.6.2
A maintenance release that fixes issues with alias paths and corrects documentation for the installation script parameters.
Mar 4, 2019
- v1.6.1
This release addresses bugs related to version inference by switching to the `cohttp` library, ensuring the tool correctly handles HTTP 404 errors.
Feb 26, 2019
- v1.6.0v1.6.0: drop curl as a dependency!
A major update that removes the external `curl` dependency by switching to the `cohttp` library, bringing the project closer to Windows compatibility and a self-contained binary.
Feb 25, 2019
- v1.5.1
This release fixes a bug where the `--multi` mode failed to utilize the default alias when executing the environment command.
Feb 22, 2019
- v1.5.0
This release enhances version management by adding semantic version inference, allowing users to use partial version numbers like `11` to install the latest Node 11 version.
Feb 21, 2019
- v1.4.0
This release adds support for `.node-version` files and improves error handling by ensuring the `use` command returns a non-zero exit code on failure.
Feb 18, 2019
- v1.3.0
This release introduces multi-shell support, aliases, and the ability to skip redundant installations, while also switching the license to GPLv3.
Feb 14, 2019