Browse Source

v1.27.0

remotes/origin/add-with-shims v1.27.0
Gal Schlezinger 3 years ago
parent
commit
4f910e464e
No known key found for this signature in database
GPG Key ID: 8115EDFCE343B5D2
  1. 33
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 26
      docs/commands.md
  5. 2
      docs/fnm.svg

33
CHANGELOG.md

@ -1,4 +1,35 @@ @@ -1,4 +1,35 @@
## 1.26.0 (2021-07-15)
## 1.27.0 (2021-09-16)
#### New Feature 🎉
- [#519](https://github.com/Schniz/fnm/pull/519) Windows: Use junctions rather than symlinks ([@davidaurelio](https://github.com/davidaurelio))
- [#489](https://github.com/Schniz/fnm/pull/489) Add unalias command ([@AlexMunoz](https://github.com/AlexMunoz))
#### Bugfix 🐛
- [#528](https://github.com/Schniz/fnm/pull/528) installation script: Use `=` instead of `==` ([@develoot](https://github.com/develoot))
- [#512](https://github.com/Schniz/fnm/pull/512) fix(dep): Revert "Include feature for (native) certificates #468" ([@itotallyrock](https://github.com/itotallyrock))
- [#514](https://github.com/Schniz/fnm/pull/514) Invoke fnm use on startup for PowerShell ([@naoey](https://github.com/naoey))
#### Documentation 📝
- [#529](https://github.com/Schniz/fnm/pull/529) Add Chocolatey installation instructions ([@CMeeg](https://github.com/CMeeg))
- [#496](https://github.com/Schniz/fnm/pull/496) install.sh: print an exit message for missing deps ([@waldyrious](https://github.com/waldyrious))
- [#516](https://github.com/Schniz/fnm/pull/516) More informative log level error message ([@waldyrious](https://github.com/waldyrious))
- [#493](https://github.com/Schniz/fnm/pull/493) Add instructions to setup the file for Cmder ([@Lunchb0ne](https://github.com/Lunchb0ne))
#### Committers: 8
- Abhishek Aryan ([@Lunchb0ne](https://github.com/Lunchb0ne))
- Alex Munoz ([@AlexMunoz](https://github.com/AlexMunoz))
- Chris Meagher ([@CMeeg](https://github.com/CMeeg))
- David Aurelio ([@davidaurelio](https://github.com/davidaurelio))
- Jeffrey Meyer ([@itotallyrock](https://github.com/itotallyrock))
- Kitae Kim ([@develoot](https://github.com/develoot))
- Waldir Pimenta ([@waldyrious](https://github.com/waldyrious))
- [@naoey](https://github.com/naoey)
## v1.26.0 (2021-07-15)
#### Bugfix 🐛

2
Cargo.lock generated

@ -444,7 +444,7 @@ dependencies = [ @@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.26.0"
version = "1.27.0"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.26.0"
version = "1.27.0"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2018"
build = "build.rs"

26
docs/commands.md

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# `fnm`
```
fnm 1.26.0
fnm 1.27.0
A fast and simple Node.js manager
USAGE:
@ -48,7 +48,7 @@ SUBCOMMANDS: @@ -48,7 +48,7 @@ SUBCOMMANDS:
# `fnm alias`
```
fnm-alias 1.26.0
fnm-alias 1.27.0
Alias a version to a common name
USAGE:
@ -76,7 +76,7 @@ ARGS: @@ -76,7 +76,7 @@ ARGS:
# `fnm completions`
```
fnm-completions 1.26.0
fnm-completions 1.27.0
Print shell completions to stdout
USAGE:
@ -103,7 +103,7 @@ OPTIONS: @@ -103,7 +103,7 @@ OPTIONS:
# `fnm current`
```
fnm-current 1.26.0
fnm-current 1.27.0
Print the current Node.js version
USAGE:
@ -127,7 +127,7 @@ OPTIONS: @@ -127,7 +127,7 @@ OPTIONS:
# `fnm default`
```
fnm-default 1.26.0
fnm-default 1.27.0
Set a version as the default version
This is a shorthand for `fnm alias VERSION default`
@ -166,7 +166,7 @@ ARGS: @@ -166,7 +166,7 @@ ARGS:
# `fnm env`
```
fnm-env 1.26.0
fnm-env 1.27.0
Print and set up required environment variables for fnm
This command generates a series of shell commands that should be evaluated by your shell to create a fnm-ready
@ -210,7 +210,7 @@ OPTIONS: @@ -210,7 +210,7 @@ OPTIONS:
# `fnm exec`
```
fnm-exec 1.26.0
fnm-exec 1.27.0
Run a command within fnm context
Example:
@ -261,7 +261,7 @@ ARGS: @@ -261,7 +261,7 @@ ARGS:
# `fnm install`
```
fnm-install 1.26.0
fnm-install 1.27.0
Install a new Node.js version
USAGE:
@ -289,7 +289,7 @@ ARGS: @@ -289,7 +289,7 @@ ARGS:
# `fnm list`
```
fnm-list 1.26.0
fnm-list 1.27.0
List all locally installed Node.js versions
USAGE:
@ -313,7 +313,7 @@ OPTIONS: @@ -313,7 +313,7 @@ OPTIONS:
# `fnm list-remote`
```
fnm-list-remote 1.26.0
fnm-list-remote 1.27.0
List all remote Node.js versions
USAGE:
@ -337,7 +337,7 @@ OPTIONS: @@ -337,7 +337,7 @@ OPTIONS:
# `fnm unalias`
```
fnm-unalias 1.26.0
fnm-unalias 1.27.0
Remove an alias definiton
USAGE:
@ -364,7 +364,7 @@ ARGS: @@ -364,7 +364,7 @@ ARGS:
# `fnm uninstall`
```
fnm-uninstall 1.26.0
fnm-uninstall 1.27.0
Uninstall a Node.js version
> Warning: when providing an alias, it will remove the Node version the alias is pointing to, along with the other
@ -404,7 +404,7 @@ ARGS: @@ -404,7 +404,7 @@ ARGS:
# `fnm use`
```
fnm-use 1.26.0
fnm-use 1.27.0
Change Node.js version
USAGE:

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Loading…
Cancel
Save