Browse Source

v1.28.2

remotes/origin/add-with-shims v1.28.2
Gal Schlezinger 3 years ago
parent
commit
0e0f589555
No known key found for this signature in database
GPG Key ID: 68CF3D15D272E5E1
  1. 16
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 26
      docs/commands.md
  5. 2
      docs/fnm.svg

16
CHANGELOG.md

@ -1,4 +1,18 @@
## 1.28.1 (2021-11-17) ## 1.28.2 (2021-12-05)
#### Bugfix 🐛
- [#586](https://github.com/Schniz/fnm/pull/586) Revert the change to ureq ([@Schniz](https://github.com/Schniz))
#### Documentation 📝
- [#584](https://github.com/Schniz/fnm/pull/584) Add warning to symlink creation ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.28.1 (2021-11-17)
#### Bugfix 🐛 #### Bugfix 🐛

2
Cargo.lock generated

@ -465,7 +465,7 @@ dependencies = [
[[package]] [[package]]
name = "fnm" name = "fnm"
version = "1.28.1" version = "1.28.2"
dependencies = [ dependencies = [
"atty", "atty",
"chrono", "chrono",

2
Cargo.toml

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

26
docs/commands.md

@ -1,7 +1,7 @@
# `fnm` # `fnm`
``` ```
fnm 1.28.1 fnm 1.28.2
A fast and simple Node.js manager A fast and simple Node.js manager
USAGE: USAGE:
@ -48,7 +48,7 @@ SUBCOMMANDS:
# `fnm alias` # `fnm alias`
``` ```
fnm-alias 1.28.1 fnm-alias 1.28.2
Alias a version to a common name Alias a version to a common name
USAGE: USAGE:
@ -78,7 +78,7 @@ ARGS:
# `fnm completions` # `fnm completions`
``` ```
fnm-completions 1.28.1 fnm-completions 1.28.2
Print shell completions to stdout Print shell completions to stdout
USAGE: USAGE:
@ -107,7 +107,7 @@ OPTIONS:
# `fnm current` # `fnm current`
``` ```
fnm-current 1.28.1 fnm-current 1.28.2
Print the current Node.js version Print the current Node.js version
USAGE: USAGE:
@ -133,7 +133,7 @@ OPTIONS:
# `fnm default` # `fnm default`
``` ```
fnm-default 1.28.1 fnm-default 1.28.2
Set a version as the default version Set a version as the default version
This is a shorthand for `fnm alias VERSION default` This is a shorthand for `fnm alias VERSION default`
@ -172,7 +172,7 @@ ARGS:
# `fnm env` # `fnm env`
``` ```
fnm-env 1.28.1 fnm-env 1.28.2
Print and set up required environment variables for fnm 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 This command generates a series of shell commands that should be evaluated by your shell to create a fnm-ready
@ -216,7 +216,7 @@ OPTIONS:
# `fnm exec` # `fnm exec`
``` ```
fnm-exec 1.28.1 fnm-exec 1.28.2
Run a command within fnm context Run a command within fnm context
Example: Example:
@ -267,7 +267,7 @@ ARGS:
# `fnm install` # `fnm install`
``` ```
fnm-install 1.28.1 fnm-install 1.28.2
Install a new Node.js version Install a new Node.js version
USAGE: USAGE:
@ -297,7 +297,7 @@ ARGS:
# `fnm list` # `fnm list`
``` ```
fnm-list 1.28.1 fnm-list 1.28.2
List all locally installed Node.js versions List all locally installed Node.js versions
USAGE: USAGE:
@ -323,7 +323,7 @@ OPTIONS:
# `fnm list-remote` # `fnm list-remote`
``` ```
fnm-list-remote 1.28.1 fnm-list-remote 1.28.2
List all remote Node.js versions List all remote Node.js versions
USAGE: USAGE:
@ -349,7 +349,7 @@ OPTIONS:
# `fnm unalias` # `fnm unalias`
``` ```
fnm-unalias 1.28.1 fnm-unalias 1.28.2
Remove an alias definition Remove an alias definition
USAGE: USAGE:
@ -378,7 +378,7 @@ ARGS:
# `fnm uninstall` # `fnm uninstall`
``` ```
fnm-uninstall 1.28.1 fnm-uninstall 1.28.2
Uninstall a Node.js version 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 > Warning: when providing an alias, it will remove the Node version the alias is pointing to, along with the other
@ -418,7 +418,7 @@ ARGS:
# `fnm use` # `fnm use`
``` ```
fnm-use 1.28.1 fnm-use 1.28.2
Change Node.js version Change Node.js version
USAGE: 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: 28 KiB

Loading…
Cancel
Save