Browse Source

v1.29.0

remotes/origin/feat/support-install-latest v1.29.0
Gal Schlezinger 3 years ago
parent
commit
9781066682
No known key found for this signature in database
GPG Key ID: 68CF3D15D272E5E1
  1. 24
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 26
      docs/commands.md
  5. 2
      docs/fnm.svg

24
CHANGELOG.md

@ -1,4 +1,26 @@ @@ -1,4 +1,26 @@
## 1.28.2 (2021-12-05)
## 1.29.0 (2021-12-28)
#### New Feature 🎉
- [#607](https://github.com/Schniz/fnm/pull/607) Allow recursive version lookups ([@Schniz](https://github.com/Schniz))
- [#416](https://github.com/Schniz/fnm/pull/416) Respect $XDG_DATA_HOME ([@samhh](https://github.com/samhh))
#### Bugfix 🐛
- [#603](https://github.com/Schniz/fnm/pull/603) (re)Include feature for (native) certificates ([@pfiaux](https://github.com/pfiaux))
- [#605](https://github.com/Schniz/fnm/pull/605) Add a user-agent header ([@Schniz](https://github.com/Schniz))
#### Internal 🛠
- [#606](https://github.com/Schniz/fnm/pull/606) Migrate to Rust 2021 edition ([@Schniz](https://github.com/Schniz))
#### Committers: 3
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Patrick Fiaux ([@pfiaux](https://github.com/pfiaux))
- Sam A. Horvath-Hunt ([@samhh](https://github.com/samhh))
## v1.28.2 (2021-12-05)
#### Bugfix 🐛

2
Cargo.lock generated

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

2
Cargo.toml

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

26
docs/commands.md

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# `fnm`
```
fnm 1.28.2
fnm 1.29.0
A fast and simple Node.js manager
USAGE:
@ -56,7 +56,7 @@ SUBCOMMANDS: @@ -56,7 +56,7 @@ SUBCOMMANDS:
# `fnm alias`
```
fnm-alias 1.28.2
fnm-alias 1.29.0
Alias a version to a common name
USAGE:
@ -104,7 +104,7 @@ ARGS: @@ -104,7 +104,7 @@ ARGS:
# `fnm completions`
```
fnm-completions 1.28.2
fnm-completions 1.29.0
Print shell completions to stdout
USAGE:
@ -147,7 +147,7 @@ OPTIONS: @@ -147,7 +147,7 @@ OPTIONS:
# `fnm current`
```
fnm-current 1.28.2
fnm-current 1.29.0
Print the current Node.js version
USAGE:
@ -187,7 +187,7 @@ OPTIONS: @@ -187,7 +187,7 @@ OPTIONS:
# `fnm default`
```
fnm-default 1.28.2
fnm-default 1.29.0
Set a version as the default version
This is a shorthand for `fnm alias VERSION default`
@ -234,7 +234,7 @@ ARGS: @@ -234,7 +234,7 @@ ARGS:
# `fnm env`
```
fnm-env 1.28.2
fnm-env 1.29.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
@ -286,7 +286,7 @@ OPTIONS: @@ -286,7 +286,7 @@ OPTIONS:
# `fnm exec`
```
fnm-exec 1.28.2
fnm-exec 1.29.0
Run a command within fnm context
Example:
@ -345,7 +345,7 @@ ARGS: @@ -345,7 +345,7 @@ ARGS:
# `fnm install`
```
fnm-install 1.28.2
fnm-install 1.29.0
Install a new Node.js version
USAGE:
@ -393,7 +393,7 @@ ARGS: @@ -393,7 +393,7 @@ ARGS:
# `fnm list`
```
fnm-list 1.28.2
fnm-list 1.29.0
List all locally installed Node.js versions
USAGE:
@ -433,7 +433,7 @@ OPTIONS: @@ -433,7 +433,7 @@ OPTIONS:
# `fnm list-remote`
```
fnm-list-remote 1.28.2
fnm-list-remote 1.29.0
List all remote Node.js versions
USAGE:
@ -473,7 +473,7 @@ OPTIONS: @@ -473,7 +473,7 @@ OPTIONS:
# `fnm unalias`
```
fnm-unalias 1.28.2
fnm-unalias 1.29.0
Remove an alias definition
USAGE:
@ -518,7 +518,7 @@ ARGS: @@ -518,7 +518,7 @@ ARGS:
# `fnm uninstall`
```
fnm-uninstall 1.28.2
fnm-uninstall 1.29.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
@ -566,7 +566,7 @@ ARGS: @@ -566,7 +566,7 @@ ARGS:
# `fnm use`
```
fnm-use 1.28.2
fnm-use 1.29.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: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Loading…
Cancel
Save