Skip to content

Releases: Schniz/fnm

v1.22.7

09 Nov 09:06
bb49d53
Compare
Choose a tag to compare

New Feature 🎉

Bugfix 🐛

  • #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)

Committers: 2

v1.22.6

04 Nov 12:49
87fc976
Compare
Choose a tag to compare

Bugfix 🐛

  • #317 Bring back --using-file flag with a deprecation warning. (@bjornua)

Committers: 1

v1.22.5

29 Oct 12:45
cc58339
Compare
Choose a tag to compare

Bugfix 🐛

  • #310 Better error handling in symlink replacement (@Schniz)

Documentation 📝

Committers: 2

v1.22.4

28 Oct 15:33
3d3f257
Compare
Choose a tag to compare

New Feature 🎉

  • #304 Make the first installed version the default one (@Schniz)

Bugfix 🐛

  • #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)

Documentation 📝

Committers: 3

v1.22.3

26 Oct 15:07
Compare
Choose a tag to compare

Introducing... Windows Support! 🕺 💃

fnm has been reimplemented in Rust, and added the awaited Windows support request:

  • All e2e tests are running on Windows using PowerShell
  • There are some e2e tests that are running on WinCmd, but all features work. Writing the DSL adapters was a little hard for someone with that little Batch scripting knowledge. Feel free to help out!

Please let me know if something odd is happening due to the rewrite. It shouldn't since I've been using it for a while and it looks very stable.

Changelog

Feature 🎉

  • #244 Allow using homebrew to install with the installation script (@Schniz)
  • #292 Add uninstall command (@Schniz)
  • #276 Add pre-built binaries for ARM32 and ARM64 (@Schniz)

Bugfix 🐛

Internal 🛠

Documentation 📝

Committers: 7

v1.22.2

26 Oct 06:28
Compare
Choose a tag to compare

Introducing... Windows Support! 🕺 💃

fnm has been reimplemented in Rust, and added the awaited Windows support request:

  • All e2e tests are running on Windows using PowerShell
  • There are some e2e tests that are running on WinCmd, but all features work. Writing the DSL adapters was a little hard for someone with that little Batch scripting knowledge. Feel free to help out!

Please let me know if something odd is happening due to the rewrite. It shouldn't since I've been using it for a while and it looks very stable.

Changelog

Feature 🎉

  • #244 Allow using homebrew to install with the installation script (@Schniz)

Bugfix 🐛

Internal 🛠

Documentation 📝

Committers: 7

v1.22.1

25 Oct 09:55
Compare
Choose a tag to compare

Introducing... Windows Support! 🕺 💃

fnm has been reimplemented in Rust, and added the awaited Windows support request:

  • All e2e tests are running on Windows using PowerShell
  • There are some e2e tests that are running on WinCmd, but all features work. Writing the DSL adapters was a little hard for someone with that little Batch scripting knowledge. Feel free to help out!

Please let me know if something odd is happening due to the rewrite. It shouldn't since I've been using it for a while and it looks very stable.

Changelog

Feature 🎉

  • #244 Allow using homebrew to install with the installation script (@Schniz)

Bugfix 🐛

Internal 🛠

Documentation 📝

Committers: 7

v1.22.0

25 Oct 07:52
Compare
Choose a tag to compare

Introducing... Windows Support! 🕺 💃

fnm has been reimplemented in Rust, and added the awaited Windows support request:

  • All e2e tests are running on Windows using PowerShell
  • There are some e2e tests that are running on WinCmd, but all features work. Writing the DSL adapters was a little hard for someone with that little Batch scripting knowledge. Feel free to help out!

Please let me know if something odd is happening due to the rewrite. It shouldn't since I've been using it for a while and it looks very stable.

Changelog

Feature 🎉

  • #244 Allow using homebrew to install with the installation script (@Schniz)

Bugfix 🐛

Internal 🛠

  • #274 Add ARM arch support in downloads (@jaythomas)
  • #266 Use separate config file for fish config (@wesbaker)
  • #246 Rewrite fnm in Rust (merge fnm.rs into fnm) — adding Windows support! (@Schniz)
  • #243 Add installation script testing (@Schniz)

Documentation 📝

Committers: 7

v1.22.0-beta-1

07 Oct 07:33
Compare
Choose a tag to compare
v1.22.0-beta-1 Pre-release
Pre-release

Introducing... Windows Support! 🕺 💃

fnm has been reimplemented in Rust, and added the awaited Windows support request:

  • All e2e tests are running on Windows using PowerShell
  • There are some e2e tests that are running on WinCmd, but all features work. Writing the DSL adapters was a little hard for someone with that little Batch scripting knowledge. Feel free to help out!

I've been using the Rust implementation for a while and it didn't fail me, but we'll keep it in beta for a while.

Changelog

1.22.0 (2020-10-07)

New Feature 🎉

  • #244 Allow using homebrew to install with the installation script (@Schniz)

Bugfix 🐛

Internal 🛠

  • #246 Rewrite fnm in Rust (merge fnm.rs into fnm) — adding Windows support! (@Schniz)
  • #243 Add installation script testing (@Schniz)

Documentation 📝

Committers: 5

v1.21.0

08 Jun 07:38
Compare
Choose a tag to compare

New Feature 🎉

  • #220 Add current command to retrieve the current Node version (@vladimyr)
  • #210 Allow aliasing and removing an alias (@Schniz)

Bugfix 🐛

Committers: 4