Browse Source

fnm v1.26.0

remotes/origin/add-with-shims v1.26.0
Gal Schlezinger 4 years ago
parent
commit
ea5b8b02b9
No known key found for this signature in database
GPG Key ID: 48841F4E54E9772D
  1. 23
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 24
      docs/commands.md
  5. 2
      docs/fnm.svg

23
CHANGELOG.md

@ -1,4 +1,23 @@ @@ -1,4 +1,23 @@
## 1.25.0 (2021-05-17)
## 1.26.0 (2021-07-15)
#### Bugfix 🐛
- [#484](https://github.com/Schniz/fnm/pull/484) fix: --install-if-missing when using version alias ([@AlexMunoz](https://github.com/AlexMunoz))
- [#468](https://github.com/Schniz/fnm/pull/468) Include feature for (native) certificates ([@pfiaux](https://github.com/pfiaux))
#### Documentation 📝
- [#467](https://github.com/Schniz/fnm/pull/467) Add instructions for removing fnm ([@binyamin](https://github.com/binyamin))
- [#461](https://github.com/Schniz/fnm/pull/461) Fix missing list-remote in command doc ([@binhonglee](https://github.com/binhonglee))
#### Committers: 4
- Alex Munoz ([@AlexMunoz](https://github.com/AlexMunoz))
- BinHong Lee ([@binhonglee](https://github.com/binhonglee))
- Binyamin Aron Green ([@binyamin](https://github.com/binyamin))
- Patrick Fiaux ([@pfiaux](https://github.com/pfiaux))
## v1.25.0 (2021-05-17)
#### New Feature 🎉
@ -418,7 +437,7 @@ @@ -418,7 +437,7 @@
#### Committers: 2
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- [@thomsj](https://github.com/thomsj)
- James Thomson ([@thomsj](https://github.com/thomsj))
## v1.15.0 (2019-09-23)

2
Cargo.lock generated

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

2
Cargo.toml

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

24
docs/commands.md

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# `fnm`
```
fnm 1.25.0
fnm 1.26.0
A fast and simple Node.js manager
USAGE:
@ -47,7 +47,7 @@ SUBCOMMANDS: @@ -47,7 +47,7 @@ SUBCOMMANDS:
# `fnm alias`
```
fnm-alias 1.25.0
fnm-alias 1.26.0
Alias a version to a common name
USAGE:
@ -75,7 +75,7 @@ ARGS: @@ -75,7 +75,7 @@ ARGS:
# `fnm completions`
```
fnm-completions 1.25.0
fnm-completions 1.26.0
Print shell completions to stdout
USAGE:
@ -102,7 +102,7 @@ OPTIONS: @@ -102,7 +102,7 @@ OPTIONS:
# `fnm current`
```
fnm-current 1.25.0
fnm-current 1.26.0
Print the current Node.js version
USAGE:
@ -126,7 +126,7 @@ OPTIONS: @@ -126,7 +126,7 @@ OPTIONS:
# `fnm default`
```
fnm-default 1.25.0
fnm-default 1.26.0
Set a version as the default version
This is a shorthand for `fnm alias VERSION default`
@ -165,7 +165,7 @@ ARGS: @@ -165,7 +165,7 @@ ARGS:
# `fnm env`
```
fnm-env 1.25.0
fnm-env 1.26.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
@ -209,7 +209,7 @@ OPTIONS: @@ -209,7 +209,7 @@ OPTIONS:
# `fnm exec`
```
fnm-exec 1.25.0
fnm-exec 1.26.0
Run a command within fnm context
Example:
@ -260,7 +260,7 @@ ARGS: @@ -260,7 +260,7 @@ ARGS:
# `fnm install`
```
fnm-install 1.25.0
fnm-install 1.26.0
Install a new Node.js version
USAGE:
@ -288,7 +288,7 @@ ARGS: @@ -288,7 +288,7 @@ ARGS:
# `fnm list`
```
fnm-list 1.25.0
fnm-list 1.26.0
List all locally installed Node.js versions
USAGE:
@ -312,7 +312,7 @@ OPTIONS: @@ -312,7 +312,7 @@ OPTIONS:
# `fnm list-remote`
```
fnm-list-remote 1.25.0
fnm-list-remote 1.26.0
List all remote Node.js versions
USAGE:
@ -336,7 +336,7 @@ OPTIONS: @@ -336,7 +336,7 @@ OPTIONS:
# `fnm uninstall`
```
fnm-uninstall 1.25.0
fnm-uninstall 1.26.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
@ -376,7 +376,7 @@ ARGS: @@ -376,7 +376,7 @@ ARGS:
# `fnm use`
```
fnm-use 1.25.0
fnm-use 1.26.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: 29 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save