Fnm Versions Save

πŸš€ Fast and simple Node.js version manager, built in Rust

v1.35.1

9 months ago

Patch Changes

  • #1010 b185446 Thanks @quixoten! - fix: panic on fnm completions

v1.35.0

10 months ago

@amitdahan contributed a support for resolving package.json's engines.node field.

try that out with the --resolve-engines option and let us how it works out for you!

Minor Changes

  • #839 97be792 Thanks @amitdahan! - Support resolving engines.node field via experimental --resolve-engines flag

Patch Changes

v1.34.0

10 months ago

Minor Changes

  • Add --corepack-enabled flag for automatically enabling corepack on fnm install (#960) @Schniz

Patch Changes

  • modernize tty check (#973 by @tottoto) (48b2611) @Schniz

  • use cygwinpath to make the path posix-like on Windows Bash usage (#960)

  • capitalize "n" to show default (#963 by @Joshuahuahua) (48b2611)

v1.33.1

1 year ago

1.33.1

Patch Changes

  • remove upx compression from arm binaries because it fails to build on latest rust (#875) @Schniz

1.33.0

Minor Changes

  • Replace semver with node_semver (#816) @amitdahan

  • support fnm install --latest to install the latest Node.js version (#859) @nzhl

v1.32.0

1 year ago

1.32.0

Minor Changes

  • Add --json to fnm env to output the env vars as JSON (#800)

Patch Changes

  • This updates the Changesets configurations. (#783)

  • fix test: Use correct PATH for npm install test (#768)

  • Make installation script respect $XDG_DATA_HOME (#614)

v1.31.1

1 year ago

1.31.1

Patch Changes

  • 6e6bdd8: Add changesets
  • 9e4e2b6034dba24062fe8a980c881ff9843991b0: Use latest version of reqwests

Bugfix πŸ›

  • #671 fix native-creds errors (using the unpublished version of reqwest) (@Schniz)
  • #663 remove .unwrap() and .expect() in shell code (@Schniz)
  • #656 Remove unwrap in fnm env, make error more readable (@Schniz)

v1.31.0

2 years ago

Bugfix πŸ›

  • #671 fix native-creds errors (using the unpublished version of reqwest) (@Schniz)
  • #663 remove .unwrap() and .expect() in shell code (@Schniz)
  • #656 Remove unwrap in fnm env, make error more readable (@Schniz)

Committers: 1

  • Gal Schlezinger (@Schniz)

v1.30.1

2 years ago

Bugfix πŸ›

  • #652 Fix fnm completions (@Schniz)

Committers: 1

  • Gal Schlezinger (@Schniz)

v1.30.0

2 years ago

πŸ”¦ This version should fix issues regarding to missing Node versions after random amount of time in MacOS 12.1

Bugfix πŸ›

  • #625 Revert from using sysinfo, but only on Unix machines (@Schniz)
  • #638 Use local cache directory instead of temp directory for symlinks (@Schniz)

Internal πŸ› 

  • #617 fix(deps): update rust crate clap to v3 (@renovate-bot)
  • #630 Replace snafu with thiserror (@Schniz)

Documentation πŸ“

  • #637 [Documentation] Adds Additional info regarding .node-version (@uchihamalolan)

Committers: 2

  • Gal Schlezinger (@Schniz)
  • Malolan B (@uchihamalolan)

v1.29.2

2 years ago

Bugfix πŸ›

  • #626 Create the multishells directory if it is missing (@Schniz)

Documentation πŸ“

  • #598 Update README.md file emoji (@lorensr)
  • #616 Use on cd by default (@matthieubosquet)

Committers: 3

  • Gal Schlezinger (@Schniz)
  • Loren ☺️ (@lorensr)
  • Matthieu Bosquet (@matthieubosquet)