@shadowspawn/nvh
Advanced tools
Comparing version 8.0.0 to 9.0.0
@@ -10,2 +10,17 @@ # Changelog | ||
## [9.0.0] (2019-10-03) | ||
### Added | ||
- Downloads now default to using tarballs compressed by `xz` over `gzip`, if `xz` support detected. (#8, #10) | ||
### Changed | ||
- stop using markdown formatting in `nvh doctor` output (#7) | ||
### Fixed | ||
- dev: wget tests running with proxy cache (#5) | ||
- dev: fallback to /tmp in tests if TMPDIR not set (#9) | ||
## [8.0.0] (2019-07-22) | ||
@@ -299,2 +314,4 @@ | ||
[Unreleased]: https://github.com/shadowspawn/nvh/compare/master...develop | ||
[9.0.0]: https://github.com/shadowspawn/nvh/compare/v8.0.0...shadowspawn:v9.0.0 | ||
[8.0.0]: https://github.com/shadowspawn/nvh/compare/v7.0.3...shadowspawn:v8.0.0 | ||
[7.0.3]: https://github.com/shadowspawn/nvh/compare/v7.0.2...shadowspawn:v7.0.3 | ||
@@ -301,0 +318,0 @@ [7.0.2]: https://github.com/shadowspawn/nvh/compare/v7.0.1...shadowspawn:v7.0.2 |
{ | ||
"name": "@shadowspawn/nvh", | ||
"description": "Node Version Helper. Easily install Node.js versions.", | ||
"version": "8.0.0", | ||
"version": "9.0.0", | ||
"author": "John Gee", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/shadowspawn/nvh", |
@@ -11,3 +11,3 @@ # Node Version Helper | ||
Forked from [tj/n](https://github.com/tj/n) with improvements to syntax and error handling, bug fixes, and new features. | ||
Forked from [tj/n](https://github.com/tj/n) with improvements to syntax, new features, and prototype future changes for `n`. | ||
@@ -37,3 +37,7 @@ - [Node Version Helper](#node-version-helper) | ||
sudo mkdir -p /usr/local/nvh | ||
sudo chown -R $(whoami) /usr/local/{nvh,bin,include,lib,share} | ||
sudo chown -R $(whoami) /usr/local/nvh | ||
sudo chown -R $(whoami) /usr/local/bin | ||
sudo chown -R $(whoami) /usr/local/include | ||
sudo chown -R $(whoami) /usr/local/lib | ||
sudo chown -R $(whoami) /usr/local/share | ||
@@ -171,2 +175,3 @@ If `npm` is not yet available, a way to bootstrap an install: | ||
NVH_PRESERVE_NPM | ||
NVH_USE_XZ | ||
@@ -173,0 +178,0 @@ See [Proxy Server](docs/proxy-server.md) for variables and advice for using a proxy server. |
Sorry, the diff of this file is not supported yet
57122
203