@shadowspawn/nvh
Advanced tools
Comparing version 9.2.0 to 9.4.0
@@ -10,2 +10,14 @@ # Changelog | ||
## [9.4.0] (2020-04-27) | ||
### Added | ||
- support for some node support aliases, such as `lts_latest` | ||
## [9.3.0] (2020-04-12) | ||
### Added | ||
- specify `auto` as the target version to read the version from a `.nvh-node-version` file | ||
## [9.2.0] (2020-03-10) | ||
@@ -342,4 +354,6 @@ | ||
[Unreleased]: https://github.com/shadowspawn/nvh/compare/master...develop | ||
[9.1.2]: https://github.com/shadowspawn/nvh/compare/v9.0.1...shadowspawn:v9.1.2 | ||
[9.1.1]: https://github.com/shadowspawn/nvh/compare/v9.0.0...shadowspawn:v9.1.1 | ||
[9.3.0]: https://github.com/shadowspawn/nvh/compare/v9.2.0...shadowspawn:v9.3.0 | ||
[9.2.0]: https://github.com/shadowspawn/nvh/compare/v9.1.2...shadowspawn:v9.2.0 | ||
[9.1.2]: https://github.com/shadowspawn/nvh/compare/v9.1.1...shadowspawn:v9.1.2 | ||
[9.1.1]: https://github.com/shadowspawn/nvh/compare/v9.1.0...shadowspawn:v9.1.1 | ||
[9.1.0]: https://github.com/shadowspawn/nvh/compare/v9.0.0...shadowspawn:v9.1.0 | ||
@@ -346,0 +360,0 @@ [9.0.0]: https://github.com/shadowspawn/nvh/compare/v8.0.0...shadowspawn:v9.0.0 |
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "9.2.0", | ||
"version": "9.4.0", | ||
"author": "John Gee", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/shadowspawn/nvh", |
@@ -82,2 +82,6 @@ # Node Version Helper | ||
There is a label to read the target version from a file, on the first line: | ||
- `auto`: read version from `.nvh-node-version` file | ||
There is support for release streams: | ||
@@ -87,2 +91,6 @@ | ||
These node support aliases may be used, although for now simply resolve to the latest matching version: | ||
- `active`, `lts_active`, `lts_latest`, `lts`, `current` | ||
The last form is for specifying [other releases](https://nodejs.org/download) available using the name of the remote download folder optionally followed by the complete or incomplete version. | ||
@@ -89,0 +97,0 @@ |
Sorry, the diff of this file is not supported yet
61539
211