0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00
n/CHANGELOG.md

593 lines
18 KiB
Markdown
Raw Permalink Normal View History

2019-03-24 08:23:38 +01:00
# Changelog
All notable changes to this project will be documented in this file.
2020-07-15 10:39:09 +02:00
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2019-03-24 08:23:38 +01:00
<!-- markdownlint-disable MD024 -->
2024-09-06 04:31:49 +02:00
## [Unreleased] (date goes here)
2024-11-09 00:08:54 +01:00
## [10.1.0] (2024-11-09)
2024-10-20 00:11:52 +02:00
### Added
2024-11-09 00:08:54 +01:00
- `--cleanup` option to delete cached version after install for a one-shot install ([#818])
- `download` command to download Node.js version into cache ([#821])
2024-10-27 22:05:44 +01:00
- document using `--download` with run/exec/which in README
2024-11-09 00:08:54 +01:00
- support trailing comments in `.nvmrc` file ([#820])
- mask password in download URL when displayed ([#815])
2024-10-20 00:11:52 +02:00
### Changed
- removed stale code ([#817])
2024-09-06 04:28:25 +02:00
## [10.0.0] (2024-09-06)
The major version bump is due to using `jq` in preference to `node` for reading `package.json`.
2024-04-21 02:35:24 +02:00
2024-08-16 06:37:02 +02:00
### Changed
- if `jq` is available, use `jq` for reading `engines` from `package.json` instead of using `node` ([#810])
2024-09-06 04:28:25 +02:00
- avoid a network lookup if auto or engine find a fully specified numeric version. ([#813])
2024-08-16 06:37:02 +02:00
2024-04-21 02:33:23 +02:00
## [9.2.3] (2024-04-21)
### Fixed
- avoid problems with `curl` 8.7.1 and `--compressed` by removing option until fixed
2024-02-25 04:38:12 +01:00
2024-04-21 02:33:23 +02:00
## [9.2.2] (2024-04-21)
(No changes.)
2024-02-25 04:35:46 +01:00
## [9.2.1] (2024-02-25)
### Fixed
- `n doctor` works with custom `N_CACHE_PREFIX`
### Added
- expand tests in `n doctor` for folder existence and permissions
2022-07-16 06:13:43 +02:00
2023-10-15 06:33:28 +02:00
## [9.2.0] (2023-10-15)
### Added
- `--offline` for resolving target version against cached downloads instead of internet lookup ([#785])
## [9.1.0] (2023-04-15)
### Added
- check for possible problem with multiple `npm` locations when running `n doctor` ([#764])
2022-11-04 06:37:03 +01:00
## [9.0.1] (2022-11-04)
2024-02-25 04:35:46 +01:00
### Fixed
2022-11-04 06:37:03 +01:00
- `Makefile` compatible with more flavours of `make` ([#745])
- quote paths in `Makefile` in case `PREFIX` contains spaces ([#746])
2022-07-16 06:09:36 +02:00
## [9.0.0] (2022-07-16)
### Changed
- `--preserve` preserves `corepack` too ([#736])
### Added
- optional `N_PRESERVE_COREPACK` to change default behaviour for preserving `corepack` ([#736])
2022-04-18 05:33:08 +02:00
2022-04-18 05:22:41 +02:00
## [8.2.0] (2022-04-18)
### Added
- log before copying files during install ([#720])
2022-03-18 06:19:38 +01:00
2022-03-18 06:16:25 +01:00
## [8.1.0] (2022-03-18)
### Added
- optional `N_CACHE_PREFIX` for separate location for downloaded files than install location ([#717])
2022-01-08 22:07:58 +01:00
2022-01-08 21:45:34 +01:00
## [8.0.2] (2022-01-09)
2021-12-04 01:50:54 +01:00
2022-01-08 21:45:34 +01:00
### Fixed
- improved warning message when utility location hash may be holding old location to cover a wider range of shells including dash ([#707])
## [8.0.1] (2021-12-04)
2021-12-04 01:39:25 +01:00
### Fixed
- improve error handling for tar extraction errors ([#701])
- add tar flag for compatibility with tar builds which do not default to stdin ([#697])
2021-10-22 23:20:45 +02:00
2021-10-22 23:09:45 +02:00
## [8.0.0] (2021-10-23)
### Changed
- display error if version missing in version file for `n auto` and `n engine` (rather than fallback to current) ([#693])
2021-09-26 05:11:49 +02:00
2021-09-26 05:07:32 +02:00
## [7.5.0] (2021-09-26)
### Added
- support for Corepack (which was added to Node.js in v16.9.0)
2021-09-10 23:54:08 +02:00
## [7.4.1] (2021-09-11)
### Fixed
- run commands from correct directory after `--download` causes a download
2021-09-10 11:50:21 +02:00
2021-09-10 11:39:26 +02:00
## [7.4.0] (2021-09-10)
### Added
2021-09-10 11:52:47 +02:00
- support for `--download` option to `run` and `exec` to download the target version when needed ([#685])
2021-07-24 23:57:14 +02:00
2021-07-24 23:54:21 +02:00
## [7.3.1] (2021-07-25)
### Changed
- Improved README for new users missing expected folders in `/usr/local` ([#679])
2021-06-06 10:00:05 +02:00
2021-06-06 09:56:41 +02:00
## [7.3.0] (2021-06-06)
### Added
- ls-remote supports `engine` and `auto` labels ([#675])
- reduce `engine` and `auto` logging with `--quiet` ([#675])
- add WSL support to README ([#676])
- support for Emacs up and down keys (`ctrl-p` and `ctrl-n`) ([#669])
### Changed
- diagnostic logging during processing of engine and auto written to stderr rather than stdout ([#675])
2021-04-25 03:14:46 +02:00
2021-04-25 01:47:17 +02:00
## [7.2.2] (2021-04-25)
2021-04-19 10:30:51 +02:00
2021-04-25 00:05:26 +02:00
### Fixed
2021-04-25 01:47:17 +02:00
- arrow key navigation of version menu when terminal in application mode (e.g. PowerShell on Mac) ([#668])
2021-04-25 00:05:26 +02:00
2021-04-19 10:24:27 +02:00
## [7.2.1] (2021-04-19)
### Added
2021-04-19 10:48:54 +02:00
- install native arm64 Node.js on Macs with Apple silicon for Node.js 16 and higher ([#664])
2021-03-12 08:13:16 +01:00
2021-04-19 10:24:27 +02:00
## [7.2.0] (2021-04-19) [YANKED]
Released off wrong branch, essentially same as 7.1.0.
2021-03-12 08:05:12 +01:00
## [7.1.0] (2021-03-12)
### Added
- support installs where /usr/local/share/man is a symlink (such as archlinux)
- remove requirement for rsync for --preserve
- avoid install pollution if user installs global packages when using n exec
2021-02-27 00:44:38 +01:00
2021-02-27 00:39:51 +01:00
## [7.0.2] (2021-02-27)
### Fixed
- consistently log to STDOUT ([#654])
2021-01-30 04:56:03 +01:00
2021-01-30 04:53:44 +01:00
## [7.0.1] (2021-01-30)
2020-12-20 05:23:06 +01:00
### Changed
2021-01-30 04:53:44 +01:00
- update bats, and use bats-assert for better unit test failure messages
### Fixed
2021-01-30 04:53:44 +01:00
- fail to display error in some cases for missing both `curl` and `wget` ([#649])
2020-12-20 04:56:24 +01:00
## [7.0.0] (2020-12-20)
2020-12-12 07:36:49 +01:00
2020-12-20 04:56:24 +01:00
### Changed
- `auto` label now scans for `package.json` only if it can not find a version control file ([#644])
### Added
- `engine` label to look for `engines.node` in `package.json` (as used by`auto`) ([#644])
2021-09-26 05:07:32 +02:00
2020-12-19 22:17:31 +01:00
### Fixed
- avoid colorized grep output via `GREP_OPTIONS` breaking version lookup ([#643])
## [6.8.0] (2020-12-12)
2020-11-25 10:13:08 +01:00
### Fixed
- suppress unwanted warning during `auto` when using npx with npm 7
- temporary fix for installing on Mac with Apple M1 chip, look for x64 versions of node as arm64 not available yet
2020-11-25 09:49:26 +01:00
## [6.7.1] (2020-11-25)
### Fixed
- detect and handle a failed download of full archive ([#635])
2020-07-25 12:06:13 +02:00
## [6.7.0] (2020-07-25)
### Added
- `auto` support for:
- `.node-version`
- `.nvmrc`
- `engines` field of `package.json`
2020-07-04 05:30:44 +02:00
2020-07-04 05:24:14 +02:00
## [6.6.0] (2020-07-04)
2020-04-11 07:49:23 +02:00
2020-06-24 11:04:25 +02:00
### Added
2020-07-04 05:24:14 +02:00
- labels for node support aliases, such as `lts_latest`
2020-06-24 11:04:25 +02:00
2020-06-24 10:52:25 +02:00
### Fixed
- Enable `xz` support by default for macOS 11+ ([#624])
2020-04-11 07:46:36 +02:00
## [6.5.1] (2020-04-11)
2020-04-11 04:19:39 +02:00
2020-04-11 07:46:36 +02:00
### Added
- specify `auto` to read the target version from a `.n-node-version` file (i.e. change filename)
## [6.5.0] (2020-04-11) [YANKED]
### Added
2020-04-11 07:46:36 +02:00
- specify `auto` to read the target version from a `.node-version` file ([#616])
2020-03-10 08:53:58 +01:00
## [6.4.0] (2020-03-10)
### Added
- treat `armv8l` as `arm64` ([#614])
2020-02-25 09:31:03 +01:00
2020-02-25 09:18:38 +01:00
## [6.3.1] (2020-02-25)
2020-02-25 09:00:33 +01:00
2020-02-25 09:18:38 +01:00
### Fixed
2020-02-25 09:00:33 +01:00
- remove old version of node before copy to avoid firewall issues on macOS ([#394])
## [6.3.0] (2020-02-24)
### Added
- `--preserve` to preserve npm and npx during install of node ([#587])
2020-01-29 10:13:49 +01:00
2020-01-29 10:06:19 +01:00
## [6.2.0] (2020-01-29)
2019-11-23 06:00:50 +01:00
### Added
2020-01-29 10:06:19 +01:00
- Downloads now default to using tarballs compressed by `xz` over `gzip`, if `xz` support detected. ([#606] [#607])
## [6.1.3] (2019-11-23)
### Added
- added How It Works to README
2019-11-16 05:29:38 +01:00
### Changed
- simplified layout for `n doctor` output
2019-11-16 04:26:10 +01:00
## [6.1.2] (2019-11-16)
2019-11-09 23:37:52 +01:00
### Added
- advice to reset command hash when node location changes ([#170] [#381] [#451] [#588])
- in README describe raw download of `n` to bootstrap install of node and npm
2019-11-09 23:34:13 +01:00
## [6.1.1] (2019-11-10)
### Fixed
- Specify `--no-same-owner` for tarball extraction so cache files not owned by unexpected user (when run with sudo) ([#593])
2019-10-25 09:49:58 +02:00
## [6.1.0] (2019-10-25)
### Added
- deletion of cached versions from menu using 'd' ([#590])
2019-08-20 10:54:11 +02:00
2019-08-20 10:50:16 +02:00
## [6.0.1] (2019-08-20)
### Fixed
2019-10-24 10:49:28 +02:00
- allow options to come after commands, especially `n lsr --all`
2019-08-16 11:19:11 +02:00
2019-08-16 11:01:21 +02:00
## [6.0.0] (2019-08-16)
2019-08-03 05:00:56 +02:00
### Added
- version specified using release stream codenames, like `argon` ([#423])
- version specified using nightly et al ([#376])
- `n exec` for running arbitrary command with node and npm in `PATH` ([#185])
- `n run` with legacy aliases of `as` and `use`
- `n lsr` for listing matching remote versions, limited to 20 by default ([#383])
- `n doctor` for displaying diagnostic information
2019-08-05 08:22:11 +02:00
- `n install` for people used to other products with this command ([#524])
- `--insecure` to disable curl/wget certificate checks
2019-08-03 11:53:24 +02:00
- added npm version to installed message ([#210] [#484] [#574])
2019-08-03 05:00:56 +02:00
### Changed
- **Breaking** wget now checks certificates (secure by default, same as curl setup). (#475 #509)
- failure messages go to stderr instead of stdout
- prefixed `N_NODE_MIRROR` to eventually replace `NODE_MIRROR`
- **Breaking** `n ls` now lists local download versions (rather than remote versions)
- lookup available versions using `index.tab` rather than screen-scraping (#560)
### Fixed
- download errors display informative message, instead of just `Invalid version` ([#482] [#492] et al)
- improve reliability of downloads from custom node mirrors, including removing broken `is_oss_ok` ([#560])
- restrict downloads to versions with architecture available ([#463])
2019-08-03 05:00:56 +02:00
2019-08-04 01:56:15 +02:00
### Removed
2019-08-03 05:00:56 +02:00
- **Breaking** support for `PROJECT_NAME` and `PROJECT_URL` for custom downloads ([#342])
2019-08-02 11:38:07 +02:00
2019-08-02 11:28:20 +02:00
## [5.0.2] (2019-08-02)
### Added
- instructions to bottom of menu version selection
2019-07-20 03:25:24 +02:00
## [5.0.1] (2019-07-20)
### Changed
- removed reference to prerelease version of v5.0.0 from README
2019-07-20 03:17:16 +02:00
## [5.0.0] (2019-07-20)
2019-05-10 10:42:08 +02:00
### Added
- log message after install from cache (previously silent)
- extra logging after install if the active and installed node locations are different
2020-07-15 10:39:09 +02:00
- support for [NO_COLOR](https://no-color.org) and [CLICOLOR=0](https://bixense.com/clicolors)
- suppress progress and colour if not interactive tty
2019-07-20 03:17:16 +02:00
- define `N_USE_XZ` to download `.xz` compressed archives instead of `.gz` archives
### Changed
2019-06-02 10:55:21 +02:00
- reinstalling active node version always does reinstall (previously silently did nothing)
- log message for installing using menu now same format as `npm install` message
- updates to GitHub templates and guidelines for contributing et al
2019-07-20 03:17:16 +02:00
## [4.1.0] (2019-05-10)
2019-05-05 00:06:24 +02:00
### Added
2019-05-09 12:22:17 +02:00
- 'n uninstall` to remove node and npm
- describe `NODE_MIRROR` in `README`
### Removed
- `PROJECT_NAME` and `PROJECT_URL` from `README`. First step to deprecating `n project`. Open an issue if you still need this!
2019-07-20 03:17:16 +02:00
## [4.0.0] (2019-05-05)
2019-05-04 10:00:51 +02:00
Only minor functional changes, but technically could break scripts relying on specific behaviour.
2019-04-07 06:57:17 +02:00
2019-04-21 02:14:51 +02:00
### Fixed
- remove trailing space from `bin` output [#456]
2019-05-04 10:00:51 +02:00
### Added
- development tests [#545]
2019-04-20 09:51:19 +02:00
### Changed
- internal: improve shell script based on ShellCheck suggestions, quoting variables use etc [#187] [#465]
- put single quote marks around parameters to clarify error messages [#485]
- update terminology to be more careful with current/latest [#522]
2019-04-20 09:51:19 +02:00
2019-04-07 06:43:05 +02:00
## [3.0.2] (2019-04-07)
### Added
- instructions to avoid need for `sudo` when installing to `/usr/local` [#416] [#562]
### Fixed
2019-04-07 06:43:05 +02:00
- permission denied errors when running read-only commands without sudo [#416]
2019-04-05 09:41:28 +02:00
2019-04-05 09:34:11 +02:00
## [3.0.1] (2019-04-05)
2019-03-29 08:25:59 +01:00
### Added
- install instruction using Homebrew (macOS) [#534]
2019-03-31 11:31:00 +02:00
- Table of Contents to README [#466]
2019-03-31 10:34:08 +02:00
### Fixed
- lts lookup on node mirrors which don't purge old versions (e.g. taobao) [#512]
- hide cursor while selecting version from menu [#528]
2019-03-31 10:34:08 +02:00
2019-03-29 09:16:20 +01:00
### Removed
- gitter badge from README, as gitter chatroom inactive
- inactive Core Team from README
- instructions for scripted install of npm from README, which should no longer be needed and not working on Mac [#536]
2019-03-29 09:16:20 +01:00
2019-03-29 08:07:14 +01:00
## [3.0.0] (2019-03-29)
2019-03-24 08:23:38 +01:00
### Added
- detect arm64 architecture [#448][] [#521][]
### Changed
- allow `n rm` of active version of node [#541][] [#169][] [#327][] [#441][]
- show more version examples in README, including partial version number [#548][]
- updated description of interactive version selection [#518][]
- make (old) stable an alias for lts [#467][] [#335][]
2019-03-24 08:36:49 +01:00
- replace use of `which` with more standard `command -v` [#532][]
2019-03-24 08:23:38 +01:00
### Fixed
- error messages when selecting from version menu if active node version not listed [#541][] [#292][] [#367][] [#391][] [#400][]
- removed inappropriate `shift` from prune function [#531][] [#529][]
### Removed
- Remove old io project support [#516][] [#331][]
<!-- reference links for issues and pull requests -->
[#169]: https://github.com/tj/n/issues/169
[#170]: https://github.com/tj/n/issues/170
[#185]: https://github.com/tj/n/issues/185
[#187]: https://github.com/tj/n/issues/187
[#210]: https://github.com/tj/n/issues/210
2019-03-24 08:23:38 +01:00
[#292]: https://github.com/tj/n/issues/292
[#327]: https://github.com/tj/n/issues/327
[#331]: https://github.com/tj/n/issues/331
[#335]: https://github.com/tj/n/issues/335
[#342]: https://github.com/tj/n/issues/342
2019-03-24 08:23:38 +01:00
[#367]: https://github.com/tj/n/issues/367
[#376]: https://github.com/tj/n/issues/376
[#381]: https://github.com/tj/n/issues/381
[#383]: https://github.com/tj/n/issues/383
2019-03-24 08:23:38 +01:00
[#391]: https://github.com/tj/n/issues/391
2020-02-25 09:00:33 +01:00
[#394]: https://github.com/tj/n/issues/394
2019-03-24 08:23:38 +01:00
[#400]: https://github.com/tj/n/issues/400
2019-04-07 06:43:05 +02:00
[#416]: https://github.com/tj/n/issues/416
[#423]: https://github.com/tj/n/issues/423
2019-03-24 08:23:38 +01:00
[#441]: https://github.com/tj/n/issues/441
[#448]: https://github.com/tj/n/issues/448
[#451]: https://github.com/tj/n/issues/451
2019-04-21 02:14:51 +02:00
[#456]: https://github.com/tj/n/issues/456
[#463]: https://github.com/tj/n/issues/463
2019-04-20 09:51:19 +02:00
[#465]: https://github.com/tj/n/issues/465
2019-03-31 11:31:00 +02:00
[#466]: https://github.com/tj/n/issues/466
2019-03-24 08:23:38 +01:00
[#467]: https://github.com/tj/n/issues/467
[#482]: https://github.com/tj/n/issues/482
[#484]: https://github.com/tj/n/issues/484
[#485]: https://github.com/tj/n/issues/485
[#492]: https://github.com/tj/n/issues/492
2019-03-31 10:34:08 +02:00
[#512]: https://github.com/tj/n/issues/512
2019-03-24 08:23:38 +01:00
[#516]: https://github.com/tj/n/issues/516
[#518]: https://github.com/tj/n/issues/518
[#521]: https://github.com/tj/n/issues/521
[#522]: https://github.com/tj/n/issues/522
2019-08-05 08:22:11 +02:00
[#524]: https://github.com/tj/n/issues/524
[#528]: https://github.com/tj/n/issues/528
2019-03-24 08:23:38 +01:00
[#529]: https://github.com/tj/n/issues/529
[#531]: https://github.com/tj/n/issues/531
[#532]: https://github.com/tj/n/issues/532
2019-03-31 11:05:42 +02:00
[#534]: https://github.com/tj/n/issues/534
[#536]: https://github.com/tj/n/issues/536
2019-03-24 08:23:38 +01:00
[#541]: https://github.com/tj/n/issues/541
2019-05-04 10:00:51 +02:00
[#545]: https://github.com/tj/n/issues/545
2019-03-24 08:23:38 +01:00
[#548]: https://github.com/tj/n/issues/548
[#560]: https://github.com/tj/n/issues/560
[#562]: https://github.com/tj/n/issues/562
[#574]: https://github.com/tj/n/issues/574
[#587]: https://github.com/tj/n/issues/587
[#588]: https://github.com/tj/n/issues/588
[#590]: https://github.com/tj/n/issues/590
2019-11-09 23:34:13 +01:00
[#593]: https://github.com/tj/n/issues/593
[#606]: https://github.com/tj/n/issues/606
[#607]: https://github.com/tj/n/issues/607
2020-03-10 08:53:58 +01:00
[#614]: https://github.com/tj/n/issues/614
2020-04-11 04:22:12 +02:00
[#616]: https://github.com/tj/n/issues/616
2020-06-24 10:52:25 +02:00
[#624]: https://github.com/tj/n/issues/624
2020-11-25 09:49:26 +01:00
[#635]: https://github.com/tj/n/pull/635
2020-12-19 22:17:31 +01:00
[#643]: https://github.com/tj/n/pull/643
2020-12-20 04:56:24 +01:00
[#644]: https://github.com/tj/n/pull/644
[#649]: https://github.com/tj/n/issues/649
2021-02-27 00:39:51 +01:00
[#654]: https://github.com/tj/n/issues/654
2021-04-19 10:48:54 +02:00
[#664]: https://github.com/tj/n/pull/664
2021-04-25 01:47:17 +02:00
[#668]: https://github.com/tj/n/pull/668
2021-06-06 09:56:41 +02:00
[#669]: https://github.com/tj/n/pull/669
[#675]: https://github.com/tj/n/pull/675
[#676]: https://github.com/tj/n/pull/676
2021-07-24 23:54:21 +02:00
[#679]: https://github.com/tj/n/issues/679
2021-09-10 11:52:47 +02:00
[#685]: https://github.com/tj/n/issues/685
2021-10-22 23:09:45 +02:00
[#693]: https://github.com/tj/n/issues/693
2021-12-04 01:39:25 +01:00
[#697]: https://github.com/tj/n/issues/697
[#701]: https://github.com/tj/n/issues/701
2022-01-08 21:45:34 +01:00
[#707]: https://github.com/tj/n/issues/707
2022-03-18 06:16:25 +01:00
[#717]: https://github.com/tj/n/issues/717
2022-04-18 05:22:41 +02:00
[#720]: https://github.com/tj/n/issues/720
2022-07-16 06:09:36 +02:00
[#736]: https://github.com/tj/n/pull/736
2022-11-04 06:37:03 +01:00
[#745]: https://github.com/tj/n/pull/745
[#746]: https://github.com/tj/n/pull/746
[#764]: https://github.com/tj/n/pull/764
2023-10-15 06:33:28 +02:00
[#785]: https://github.com/tj/n/pull/785
2024-08-16 06:37:02 +02:00
[#810]: https://github.com/tj/n/pull/810
2024-09-06 04:28:25 +02:00
[#813]: https://github.com/tj/n/pull/813
2024-11-09 00:08:54 +01:00
[#815]: https://github.com/tj/n/pull/815
2024-10-20 00:11:52 +02:00
[#817]: https://github.com/tj/n/pull/817
[#818]: https://github.com/tj/n/pull/818
2024-11-09 00:08:54 +01:00
[#820]: https://github.com/tj/n/pull/820
[#821]: https://github.com/tj/n/pull/821
2019-03-24 08:23:38 +01:00
<!-- reference links for releases -->
2019-03-24 08:36:49 +01:00
[Unreleased]: https://github.com/tj/n/compare/master...develop
2024-10-20 00:11:52 +02:00
[10.1.0]: https://github.com/tj/n/compare/v10.0.0...v10.1.0
2024-09-06 04:28:25 +02:00
[10.0.0]: https://github.com/tj/n/compare/v9.2.3...v10.0.0
2024-04-21 02:33:23 +02:00
[9.2.3]: https://github.com/tj/n/compare/v9.2.2...v9.2.3
[9.2.2]: https://github.com/tj/n/compare/v9.2.1...v9.2.2
2024-02-25 04:35:46 +01:00
[9.2.1]: https://github.com/tj/n/compare/v9.2.0...v9.2.1
2023-10-15 06:33:28 +02:00
[9.2.0]: https://github.com/tj/n/compare/v9.1.0...v9.2.0
[9.1.0]: https://github.com/tj/n/compare/v9.0.1...v9.1.0
2022-11-04 06:37:03 +01:00
[9.0.1]: https://github.com/tj/n/compare/v9.0.0...v9.0.1
2022-07-16 06:09:36 +02:00
[9.0.0]: https://github.com/tj/n/compare/v8.2.0...v9.0.0
2022-04-18 05:22:41 +02:00
[8.2.0]: https://github.com/tj/n/compare/v8.1.0...v8.2.0
2022-03-18 06:16:25 +01:00
[8.1.0]: https://github.com/tj/n/compare/v8.0.2...v8.1.0
2022-01-08 21:45:34 +01:00
[8.0.2]: https://github.com/tj/n/compare/v8.0.1...v8.0.2
2021-12-04 01:39:25 +01:00
[8.0.1]: https://github.com/tj/n/compare/v8.0.0...v8.0.1
2021-10-22 23:09:45 +02:00
[8.0.0]: https://github.com/tj/n/compare/v7.5.0...v8.0.0
2021-09-26 05:07:32 +02:00
[7.5.0]: https://github.com/tj/n/compare/v7.4.1...v7.5.0
[7.4.1]: https://github.com/tj/n/compare/v7.4.0...v7.4.1
2021-09-10 11:39:26 +02:00
[7.4.0]: https://github.com/tj/n/compare/v7.3.1...v7.4.0
2021-07-24 23:54:21 +02:00
[7.3.1]: https://github.com/tj/n/compare/v7.3.0...v7.3.1
2021-06-06 09:56:41 +02:00
[7.3.0]: https://github.com/tj/n/compare/v7.2.2...v7.3.0
2021-04-25 01:47:17 +02:00
[7.2.2]: https://github.com/tj/n/compare/v7.2.1...v7.2.2
2021-04-19 10:24:27 +02:00
[7.2.1]: https://github.com/tj/n/compare/v7.1.0...v7.2.1
[7.2.0]: https://github.com/tj/n/compare/v7.1.0...v7.2.0
2021-03-12 08:05:12 +01:00
[7.1.0]: https://github.com/tj/n/compare/v7.0.2...v7.1.0
2021-02-27 00:39:51 +01:00
[7.0.2]: https://github.com/tj/n/compare/v7.0.1...v7.0.2
2021-01-30 04:53:44 +01:00
[7.0.1]: https://github.com/tj/n/compare/v7.0.0...v7.0.1
2020-12-20 04:56:24 +01:00
[7.0.0]: https://github.com/tj/n/compare/v6.8.0...v7.0.0
[6.8.0]: https://github.com/tj/n/compare/v6.7.1...v6.8.0
2020-11-25 09:49:26 +01:00
[6.7.1]: https://github.com/tj/n/compare/v6.7.0...v6.7.1
2020-07-25 12:06:13 +02:00
[6.7.0]: https://github.com/tj/n/compare/v6.6.0...v6.7.0
2020-07-04 05:30:44 +02:00
[6.6.0]: https://github.com/tj/n/compare/v6.5.1...v6.6.0
2020-04-11 07:46:36 +02:00
[6.5.1]: https://github.com/tj/n/compare/v6.5.0...v6.5.1
2020-04-11 04:22:12 +02:00
[6.5.0]: https://github.com/tj/n/compare/v6.4.0...v6.5.0
2020-03-10 08:53:58 +01:00
[6.4.0]: https://github.com/tj/n/compare/v6.3.1...v6.4.0
2020-02-25 09:18:38 +01:00
[6.3.1]: https://github.com/tj/n/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/tj/n/compare/v6.2.0...v6.3.0
2020-01-29 10:06:19 +01:00
[6.2.0]: https://github.com/tj/n/compare/v6.1.3...v6.2.0
[6.1.3]: https://github.com/tj/n/compare/v6.0.2...v6.1.3
2019-11-16 04:26:10 +01:00
[6.1.2]: https://github.com/tj/n/compare/v6.0.1...v6.1.2
2019-11-09 23:34:13 +01:00
[6.1.1]: https://github.com/tj/n/compare/v6.0.0...v6.1.1
[6.1.0]: https://github.com/tj/n/compare/v6.0.1...v6.1.0
2019-08-20 10:50:16 +02:00
[6.0.1]: https://github.com/tj/n/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/tj/n/compare/v5.0.2...v6.0.0
2019-08-02 11:33:32 +02:00
[5.0.2]: https://github.com/tj/n/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/tj/n/compare/v5.0.0...v5.0.1
2019-07-20 03:26:55 +02:00
[5.0.0]: https://github.com/tj/n/compare/v4.1.0...v5.0.0
2019-05-10 10:38:22 +02:00
[4.1.0]: https://github.com/tj/n/compare/v4.0.0...v4.1.0
2019-05-05 00:02:22 +02:00
[4.0.0]: https://github.com/tj/n/compare/v3.0.2...v4.0.0
2019-04-07 06:43:05 +02:00
[3.0.2]: https://github.com/tj/n/compare/v3.0.1...v3.0.2
2019-04-05 09:34:11 +02:00
[3.0.1]: https://github.com/tj/n/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/tj/n/compare/v2.1.12...v3.0.0