| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-19 | feat(nvm): add `_omz_nvm_load` function | Carlo Sala | |
| 2024-08-28 | feat(nvm): add `pnpx` as lazy cmd | Carlo Sala | |
| 2024-05-10 | fix(nvm): use `command cat` to avoid alias (#12410) | Kiran Koirala | |
| 2024-05-10 | fix(nvm): use `nvm version` when needed (#12409) | Kiran Koirala | |
| 2024-05-07 | feat(nvm): add `corepack` to `lazy_cmd` | Carlo Sala | |
| 2024-03-26 | style: remove trailing whitespace (#12303) | vladislav doster | |
| 2024-03-04 | perf(nvm): don't call `nvm version` on every cd | Carlo Sala | |
| Now we only call `nvm version` in case we changed directory and we are not anymore in a `.nvmrc` directory. See https://github.com/nvm-sh/nvm/pull/2874 | |||
| 2024-03-04 | feat(nvm)!: make `lazy` and `autoload` options compatible | Carlo Sala | |
| BREAKING CHANGE: Prior to this commit, if `lazy` and `autoload` options were enabled at the same time, `lazy` was getting overriden and only `autoload` was taken into account. Now they work together and `autoload` will be enabled after `nvm` has been lazy-loaded. Closes #11690 | |||
| 2023-12-27 | fix(nvm): prevent duplicates in lazy_cmd | Carlo Sala | |
| Closes #11344 | |||
| 2023-07-19 | fix(nvm): remove nvm not found verbose message | Carlo Sala | |
| 2023-06-20 | fix(nvm): disable lazy-loading if autoload is set | Carlo Sala | |
| Closes #11748 | |||
| 2023-06-20 | feat(nvm)!: remove soft-deprecated code | Carlo Sala | |
| BREAKING CHANGE: $NVM_LAZY, $NVM_LAZY_CMD, AND $NVM_AUTOLOAD cannot be used anymore to tweak nvm plugin. Use zstyle-based configurations instead. | |||
| 2023-06-07 | feat(nvm): add `npx` to lazy trigger list | Carlo Sala | |
| Closes #11740 | |||
| 2022-12-06 | fix(nvm): omit message when silent-autoload is enabled (#11371) | Michał Regulski | |
| 2022-12-01 | fix(nvm): trim non-printable chars from .nvmrc (#10997) | Zeragamba | |
| 2022-12-01 | feat(nvm): add `silent-autoload` setting (#11363) | Carlo | |
| Co-authored-by: Michał Regulski <regulskimichal@outlook.com> Closes #10942 | |||
| 2022-11-15 | feat(nvm)!: settings now are zstyle-based (#11335) | Carlo | |
| Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
| 2022-10-06 | fix(nvm): source nvm script only when used (#11205) | Carlo | |
| closes #11042 | |||
| 2022-04-24 | fix(nvm): don't try to load nvm via `brew` if not found (#10878) | Marc Cornellà | |
| Fixes #10878 | |||
| 2022-04-22 | fix(nvm): support path from Apple Silicon Homebrew (#10875) | Carlo Sala | |
| 2021-06-13 | feat(nvm): introduce customizable list of command that triggers lazy loading ↵ | Guo, Quan | |
| (#9946) * Add customizable list of command that triggers lazy loading * Add $NVM_LAZY_CMD * Add instruction to `NVM_LAZY_CMD` in README.md | |||
| 2020-10-09 | nvm: add autoloading of nvm version in .nvmrc | Danny Grove | |
| Closes #5782 Fixes #8959 Closes #8976 | |||
| 2020-10-09 | nvm: exit the plugin if the nvm loading script wasn't found | Marc Cornellà | |
| 2020-10-09 | nvm: only lazy-load nvm if the NVM_LAZY setting is set | Marc Cornellà | |
| 2020-10-09 | nvm: speed-up nvm loading with `--no-use` | Keith Yao | |
| Closes #7138 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
| 2020-10-09 | nvm: check $XDG_CONFIG_HOME/nvm for an nvm installation | Chigozirim C | |
| Closes #7807 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
| 2020-10-09 | nvm: simplify nvm.sh and bash completion loading | Marc Cornellà | |
| 2020-10-09 | nvm: use `nvm current` in nvm_prompt_info and look in alternate install ↵ | Andrew Janke | |
| locations This makes it work regardless of where nvm is loaded from. And it uses nvm's version strings, which distinguish the "system" and "none" NVM environments, instead of reporting the specific version of the system node.js or erroring, respectively. Fixes #4336 Closes #4338 | |||
| 2020-10-08 | nvm: add Homebrew's nvm setup (#8316) | davidfmatheson | |
| Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
| 2019-04-08 | nvm: load nvm script only if command doesn't already exist (#5454) | Sascha Bratton | |
| Fixes #5453. | |||
| 2016-08-07 | nvm plugin improvements (#5265) | Luke Childs | |
| * Export $NVM_DIR if it doesn't exist and use it when looking for nvm * Use $NVM_DIR when looking for nvm for completion * Use $NVM_DIR when looking for nvm in nvm_prompt_info | |||
| 2013-09-04 | Plugin for Node Version Manager | Paul Melnikow | |
