* fix --use-on-cd failing with newly released default of --resolve-engines when engines key didn't exist
- Changes since 1.38.0:
* enable --resolve-engines by default. out of experimental phase. to disable it,
add a --resolve-engines=false flag, and make sure to open an issue describing
why. It might feel like a breaking change but .nvmrc and .node-version have
precedence so it should not.
* better error handling for malformed json
* Having install and uninstall aliases
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/fnm?expand=0&rev=5
33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 18 07:48:21 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
|
|
|
- Update to version 1.38.1:
|
|
* fix --use-on-cd failing with newly released default of --resolve-engines when engines key didn't exist
|
|
- Changes since 1.38.0:
|
|
* enable --resolve-engines by default. out of experimental phase. to disable it,
|
|
add a --resolve-engines=false flag, and make sure to open an issue describing
|
|
why. It might feel like a breaking change but .nvmrc and .node-version have
|
|
precedence so it should not.
|
|
* better error handling for malformed json
|
|
* Having install and uninstall aliases
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 7 12:49:47 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
|
|
|
- update to version 1.37.2:
|
|
* fix: allow to type powershell and power-shell as shell type inputs
|
|
* When downloading from node-dist, Fallback to .tar.gz download when the .tar.xz download fails
|
|
* Fix --resolve-engines in combination with --use-on-cd
|
|
* docs: add link for windows terminal startup script configuration
|
|
* fix panic when list-remote --filter --latest has no results
|
|
* set aliases during install, even if corepack is enabled
|
|
* Document how to use nightly builds
|
|
* internal: retry download in case of error in test proxy
|
|
* performance optimizations, especially for fnm env
|
|
* Allow reading non-unicode paths from environment variables
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 18 13:12:32 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
|
|
|
- Initial spec for fnm
|