v1.13.0

Schniz/fnmv1.13.0Jul 15, 2019by Schniz

AI Summary

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.

Key Highlights

  • Full support for `lts/*` syntax (e.g., `lts/dubnium`)
  • Installation now creates an alias named `latest`
  • Improved version formatting in uninstall command
  • Fixed installation script to use `$INSTALL_DIR`

New Features

  • Support for `lts/*` syntax
  • Automatic `latest` aliasing

Full Release Notes

## Highlight 🔦

Support for `lts/*` has landed. Now you can refer to the latest Node v10 as `lts/dubnium` and both `use` and `install` will understand that. Moreover, `fnm install latest` creates an alias named `latest` so you can `use` it without thinking about the exact version.

## Changelog 📝

#### New Feature 🎉

- [#129](https://github.com/Schniz/fnm/pull/129) Alias latest versions on installation ([@Schniz](https://github.com/Schniz))

#### Bugfix 🐛

- [#125](https://github.com/Schniz/fnm/pull/125) format versions in `uninstall` ([@Schniz](https://github.com/Schniz))
- [#114](https://github.com/Schniz/fnm/pull/114) installation script: use $INSTALL_DIR instead of hard-coded $HOME/.fnm ([@Schniz](https://github.com/Schniz))

#### Documentation 📝

- [#130](https://github.com/Schniz/fnm/pull/130) Fix issues related to help pages ([@Schniz](https://github.com/Schniz))
- [#123](https://github.com/Schniz/fnm/pull/123) Fix typo in successfully ([@pavelloz](https://github.com/pavelloz))
- [#118](https://github.com/Schniz/fnm/pull/118) Add note about upgrading ([@pavelloz](https://github.com/pavelloz))
- [#119](https://github.com/Schniz/fnm/pull/119) Remove "Homebrew" from future plans as it is done ([@pavelloz](https://github.com/pavelloz))

#### Committers: 2

- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Paweł Kowalski ([@pavelloz](https://github.com/pavelloz))