Releases: Schniz/fnm
v1.37.2
Patch Changes
-
#1264
364d2a9
Thanks @Schniz! - fix: allow to type powershell and power-shell as shell type inputs -
#1195
74d7c33
Thanks @mattmess1221! - When downloading from node-dist, Fallback to .tar.gz download when the .tar.xz download fails -
#1259
1000914
Thanks @skirsten! - Fix--resolve-engines
in combination with--use-on-cd
-
#1248
e03d345
Thanks @bburns! - docs: add link for windows terminal startup script configuration -
#1184
fefdf69
Thanks @julescubtree! - fix panic when list-remote --filter --latest has no results -
#1255
71c1c9a
Thanks @stefanboca! - set aliases during install, even if corepack is enabled -
#1204
19bffe5
Thanks @JLarky! - Document how to use nightly builds -
#1218
345adaf
Thanks @Schniz! - internal: retry download in case of error in test proxy -
#1226
8e2d37d
Thanks @mo8it! - performance optimizations, especially forfnm env
-
#1223
2b211ef
Thanks @mo8it! - Allow reading non-unicode paths from environment variables
v1.37.1
v1.37.0
v1.36.0
Minor Changes
-
#1063
121128f
Thanks @ryanccn! - feat: add remote version sorting and filtering -
#896
7b47b3e
Thanks @pedrofialho! -fnm install latest
will now tag thelatest
alias -
#1028
66efc5b
Thanks @eblocha! - Show a progress bar when downloading and extracting node
Patch Changes
-
#1014
6be23c8
Thanks @tottoto! - Disable unused chrono features (#1014) -
#1050
d6c132a
Thanks @JakeHandsome! - Fixcd /D
on windows with--use-on-cd
-
#1109
8f3acbb
Thanks @Vinfall! - supportx64-musl
arch by adding a--arch x64-musl
to fnm env -
#1125
d9af62f
Thanks @Schniz! - make nicer styling in progress bar (add newline, make it unicode) -
#1058
734df47
Thanks @aquacash5! - fix: return default version if canonicalize fails -
#1066
9ff98da
Thanks @floh1695! - Fixes a bug when runningeval $(fnm env)
in sh when there a spaces in the $PATH
v1.35.1
v1.35.0: experimental `package.json#engines` support
@amitdahan contributed a support for resolving package.json
's engines.node
field.
try that out with the --resolve-engines
option and let us how it works out for you!
Minor Changes
- #839
97be792
Thanks @amitdahan! - Support resolvingengines.node
field via experimental--resolve-engines
flag
Patch Changes
- #991
b19eb29
Thanks @amitdahan! - Bump Clap 3 -> 4